-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>SilverGale</title>
<link rel='icon' href='unknown.jpg' />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link href='https://darkninja1.github.io/domstrap/main.css' rel='stylesheet' type='text/css' >
</head>
<body style='background:url("https://i.ytimg.com/vi/LurbzrKVGrk/maxresdefault.jpg") no-repeat center center fixed;background-size:cover;'>
<div id='menu' class='fadeIn'><img class='shrinkOnActive flipInZ' src='unknown.jpg' height='40px' width='40px' style='cursor:pointer;border-radius:100%;margin:10px 20px;'><h2 class='flipInX'>SilverGale</h2><div class='popIn'><r onclick='location.href="/silvergale/mission.html"'>Mission</r><r onclick='location.href="https://bit.ly/SilvergaleInterestForm"'>Contact</r></div></div>
<h1 id='thehead' class='slideIn'>SilverGale</h1>
<links><btn>Wendsdays Lunch</btn><btn>Room: 363</btn><btn>11:30 AM</btn></links>
<script src="script.js"></script>
</body>
</html>