-
Notifications
You must be signed in to change notification settings - Fork 0
/
before-the-storm.html
42 lines (41 loc) · 1.92 KB
/
before-the-storm.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Title & Meta -->
<meta charset="utf-8">
<title>Life is Strange: Before the Storm - Fan Made</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" content="A unofficial Life is Strange website made by a fan of the game.">
<meta name="theme-color" content="#791576">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Prelaod -->
<link rel="preload" href="assets/css/normalize.css" as="style">
<link rel="preload" href="assets/css/style.css" as="style">
<link rel="preload" href="assets/font/Anton-Regular.ttf" as="font" crossorigin="anonymous">
<link rel="preload" href="assets/font/Poppins-Regular.ttf" as="font" crossorigin="anonymous">
<link rel="preload" href="assets/font/Oswald-Regular.ttf" as="font" crossorigin="anonymous">
<!-- Favicon & CSS -->
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Life is Strange">
<link rel="apple-touch-icon" href="assets/img/icons/icon-152x152.png">
<!-- Windows -->
<meta name="msapplication-TileImage" content="assets/img/icons/icon-144x144.png">
<meta name="msapplication-TileColor" content="#C7CCCB">
<link rel="icon" type="image/png" href="assets/img/icons/icon-144x144.png">
</head>
<body>
<div class="bg before-the-storm">
<h1 class="coming-soon">EM BREVE</h1>
<a href="index.html">
<button class="alt-btn btn-before-the-storm">VOLTAR</button>
</a>
</div>
<script src="assets/js/modernizr-webp.js"></script>
</body>
</html>