-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<title>OurUCLA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta property="og:url" content="http://graphics.dailybruin.com/gradissue-2016/" />
<meta property="og:title" content="Daily Bruin | Graduation Issue 2016" />
<meta property="og:description" content="UCLA's award-winning college newspaper, the Daily Bruin, reviews the 2015-2016 school year." />
<meta property="og:image" content="http://dailybruin.com/images/2016/06/Grad-Issue-refer.png" />
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<p id="header-content-text">
<span id="daily-bruin-title">Daily Bruin</span>
</p>
<section class="content" role ="main">
<div class="element"></div>
<div class="element-two"></div>
<form id="login" role="form">
<legend>Sign in to see Grad Issue 2016</legend>
<p><input type="text" id="username"></p>
<p><input type="text" id="password"></p>
<button class="logon-button">Sign In</button>
</form>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>