forked from formkergit/foad-javascript-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 744 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (21 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- <script src="./script-1.js" defer></script>
<script src="./script-2.js" defer></script>
<script src="./script-3.js" defer></script>
<script src="./script-4.js" defer></script>
<script src="./script-5.js" defer></script>
<script src="./script-6.js" defer></script>
<script src="./script-7.js" defer></script>
<script src="./script-8.js" defer></script>
<script src="./script-9.js" defer></script>
<script src="./script-10.js" defer></script> -->
<script src="./script-11.js" defer></script>
</head>
<body>
</body>
</html>