-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (67 loc) · 3.13 KB
/
index.html
File metadata and controls
69 lines (67 loc) · 3.13 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="it">
<head>
<!--Header:-->
<meta charset="UTF-8">
<meta name="description" content="Il sito ufficiale di BisUmTo">
<meta name="keywords" content="multicore network, multicore, bisumto">
<meta name="author" content="LoreSchaeffer, BisUmTo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#282828">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<script src="https://kit.fontawesome.com/86dcb577e8.js" crossorigin="anonymous" defer></script>
<link rel="stylesheet" href="css/multicore.css">
<link rel="stylesheet" href="css/styles.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" crossorigin="anonymous" defer></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
<script src="https://apis.google.com/js/platform.js" defer></script>
<script src="/js/scripts.js" defer></script>
<!--:Header-->
<title>BisUmTo - Official Site</title>
<script src="js/pages/home.js" defer></script>
<link rel="stylesheet" href="css/pages/home.css">
<!-- Google Webmasters -->
<meta name="google-site-verification" content="OcqCsU80R_rN97kWWxlKogdyA9Sj750UrxRZoE6KIlg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146517603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146517603-1');
</script>
</head>
<body>
<div include-html="components/navbar.html"></div>
<section id="header" class="bg-red">
<div class="container-fluid block">
<h1>BisUmTo</h1>
</div>
</section>
<section id="content">
<div class="container-fluid bg-white block">
<div class="row">
<div class="col-md-6">
<div class="video-container">
<iframe id="youtubeVideo" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<h4>Ciao, sono BisUmTo e questo è il mio sito!</h4>
<p>
Forse sarebbe meglio dire sarà, perché al momento come puoi ben vedere non c'è molto visto che è ancora in construzione.
<br>
Però non temere! Nuovi contenuti arriveranno presto!
<br>
Nel frattempo cosa ne dici di guardarti il mio ultimo video!?
</p>
</div>
</div>
</div>
</section>
<div include-html="components/footer.html"></div>
</body>
</html>