codykit
Version:
> Simple frontend starter-kit for [Cody art](https://codyart.ru) web studio
23 lines (17 loc) • 697 B
HTML
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Title</title>
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-red.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://use.fontawesome.com/139a079561.css" media="all" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<script src="js/libs.min.js"></script>
<script src="js/common.js"></script>
</body>
</html>