-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.04 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
<html>
<head>
<title>AnimeRecommendation</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="metro/css/metro.min.css">
<link rel="stylesheet" href="metro/css/metro-icons.min.css">
<script scr="metro/js/metro.min.js"></script>
<script scr="main.js"></script>
</head>
<body>
<div class="grid align-center">
<div class="row debug">some background color</div>
<div class="row debug">some Welcome to the page! text</div>
<div class="row debug">
<div class="flex-grid">
<div class="row flex-just-center debug">
<div class="cell debug"><button class="button primary">Button for quiz</button></div>
<div class="cell debug"><button class="button primary">Button for log in</button></div>
</div>
</div>
</div>
<div class="row debug">some background color here</div>
</div>
</body>
</html>