-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (21 loc) · 905 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Golazzo </title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Css Files -->
<link rel="shortcut icon" href="./assets/images/favicon.ico" />
<link rel="stylesheet" type="text/css" media="screen" href="./css/main.css" />
</head>
<body>
<!-- Splash -->
<div class="splash mx-auto">
<img id="golazzo-splash" class="mx-auto" src="./assets/images/golazzo.jpg">
</div>
<!-- Js Files -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="./js/splash.js"></script>
</body>
</html>