-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title> Victory </title>
<meta charset="utf-8">
<meta name="description" content="A custom card game inspired by Yu-Gi-Oh!">
<meta name="viewport" content="width = device-width, initial-scale = 1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display=swap">
<link rel="stylesheet" type="text/css" href="https://raw.githack.com/Sup2point0/Victory/core/resources/styles/colours.css">
<link rel="stylesheet" type="text/css" href="essence.css">
<meta name="theme-color" content="#9090f1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
</head>
<body>
<div class="content">
<h1> <em>Victory!</em> </h1>
<!-- <img src=".assets/victory-title.png"> -->
<div class="action-buttons">
<button id="play"> <a href="live">PLAY</a> </button>
<button id="cards"> <a href="create">CARDS</a> </button>
<button id="rules"> <a href="rulings">RULES</a> </button>
</div>
</div>
</body>
</html>