-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
28 lines (24 loc) · 1.02 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7E1W2Z7720"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7E1W2Z7720');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link data-trunk rel="icon" type="image/x-icon" href="favicon.png">
<title>Simfony IDE</title>
<link data-trunk rel="sass" href="src/assets/style/style.scss" />
<link data-trunk rel="copy-dir" href="src/assets/images" />
<link data-trunk rel="copy-dir" href="src/assets/font-awesome" />
<link data-trunk rel="copy-dir" href="src/assets/animations" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<noscript>This page requires JavaScript</noscript>
</head>
<body></body>
</html>