mirror of
https://old.git.ood.ovh/flambyte/HTML-Boilerplate.git
synced 2025-07-01 11:58:56 +02:00
Stable gulpfile
This commit is contained in:
commit
655e8f11ba
11 changed files with 11691 additions and 0 deletions
15
dist/index.html
vendored
Normal file
15
dist/index.html
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>HTML Boilerplate</title>
|
||||
|
||||
<script src="./js/main.js" ></script>
|
||||
<link rel="stylesheet" href="./css/main.css" >
|
||||
</head>
|
||||
<body>
|
||||
<h1>Start boilerplate 2</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue