-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 862 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>
<title>ACNL Modding Info</title>
<meta name="author" content="KunoichiZ">
<meta charset="UTF-8">
<meta name="description" content="ACNL Plugin and Modding Info">
<meta name="keywords" content="ACNL, NTR Plugin, ACNL Modding, ACNL Info">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css">
<link rel="stylesheet" href="css/main2.css">
</head>
<body>
<section class="hero is-fullheight has-text-centered" id="comingsoon">
<div class="hero-body">
<div class="container">
<h1 class="title">
Coming Soon
</h1>
</div>
</div>
</section>
</body>
</html>