-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1.03 KB
/
index.html
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
26
27
<!doctype html>
<!-- Instagram clone 2024 - Created by Carlo Battista | Boolean API -->
<html lang="it">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/_resources/favicon/fav_76x.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/_resources/favicon/fav_76x.png">
<link rel="apple-touch-icon" sizes="120x120" href="/_resources/favicon/fav_120x.png">
<link rel="apple-touch-icon" sizes="152x152" href="/_resources/favicon/fav_152x.png">
<link rel="apple-touch-icon" sizes="167x167" href="/_resources/favicon/fav_167x.png">
<link rel="apple-touch-icon" sizes="180x180" href="/_resources/favicon/fav_180x.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<!-- CDN -->
<link rel="stylesheet" href="./node_modules/@splidejs/vue-splide/dist/css/splide-core.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="./node_modules/@splidejs/vue-splide/dist/js/vue-splide.cjs.js"></script>
</body>
</html>