-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·66 lines (46 loc) · 2.62 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
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
<!doctype html>
<html lang="en">
<head>
<base href="/">
<meta charset="utf-8">
<title>07th-Mod</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/themify-icons.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme-navy.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700" rel="stylesheet" type="text/css">
<link href="css/font-montserrat.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div class="main-container">
<section class="cover fullscreen image-slider slider-all-controls controls-inside parallax">
<ul class="slides">
<li class="overlay image-bg">
<div class="background-image-holder">
<img alt="image" class="background-image" src="img/home.webp">
</div>
<div class="container v-align-transform">
<div class="row">
<div class="col-md-6 col-sm-8">
<h1 class="mb40 mb-xs-16 large">07th-Mod</h1>
<h6 class="uppercase mb16">Console Voice and Graphics Mod for Higurashi and Umineko<br></h6>
<p class="lead mb40">
</p>
<a class="btn btn-lg btn-filled" href="https://07th-mod.com/wiki">Install the patch</a> <a class="btn btn-lg btn-filled" href="https://discord.gg/pf5VhF9">Discord Server</a>
</div>
</div>
</div>
</li>
</ul>
</section></div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>