-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.24 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.24 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="v0.1.0" />
<title>Hello!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<section class="section hero is-info">
<nav class="level">
<div class="level-item has-text-centered"><a class="link is-info">Home</a></div>
<div class="level-item has-text-centered"><a class="link is-info">Menu</a></div>
<div class="level-item has-text-centered">
<h1 class="title has-text-centered">HELLO</h1>
</div>
<div class="level-item has-text-centered"><a class="link is-info">Reservations</a></div>
<div class="level-item has-text-centered"><a class="link is-info">Contact</a></div>
</nav>
</section>
<section class="section hero is-primary">
<div class="container">
<div class="hero-body">
<h1 class="title">Hello World</h1>
<p class="subtitle">My first website!</p>
</div>
</div>
</section>
</body>
</html>