-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
27 lines (24 loc) · 1012 Bytes
/
index.ejs
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
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='icon' href='/favicon-32x32.png' type='image/x-icon' />
<title>Harmony</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="container">
<div class="index-container">
<a href="/login" class="login-btn"><span class="fa fa-user"></span> Login</a>
<a href="/signup" class="signup-btn"><span class="fa fa-user"></span> Sign Up</a>
<div class="index-containerVideo">
<video autoplay loop muted src="/video/noodle bowl.mp4"></video>
</div>
</div>
</div>
</body>
</html> -->