Scaffold project
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
<!-- DOCTYPE -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ForkIO</title>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<title>Gulp Starter Kit</title>
|
||||
<!-- build:css -->
|
||||
<meta name="author" content="Bartlomiej Pluta">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Upskill frontend project">
|
||||
<meta name="keywords" content="HTML,CSS,JavaScript">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<!-- Custom styles -->
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<!-- endbuild -->
|
||||
</head>
|
||||
<body>
|
||||
<h1>Gulp starter kit</h1>
|
||||
<!-- build:js -->
|
||||
<script src="js/plugins.js"></script>
|
||||
<script src="js/script.js"></script>
|
||||
<!-- endbuild -->
|
||||
</body>
|
||||
</html>
|
||||
</head>
|
||||
<body>
|
||||
<!-- JavaScript -->
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user