This repository was archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.36 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.36 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
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "stylesheet.css">
<script src = "jquery-1.12.3.min.js" type = "text/javascript"></script>
<script src = "jqueryScript.js" type = "text/javascript"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<ul class = "menu" id = "menu">
<li><a id = "menuSelected" href = "#menu">Home</a></li>
<li><a href = "aboutUs.html">About Us</a></li>
<li><a href = "stuff.html">Stuff we do</a></li>
</ul>
<p>
Hello there! This site is under construction. However, you can check us out here:
<a href = "http://github.com/BinaryByte/">Binary Byte</a>
</p>
<div class = "content">
<p>
<h2>FAQ</h2>
</p>
<div id = "question1">
<p>
<h4>So, what is binary byte?</h4>
</p>
<p>Binary Byte is a group of people who like to program! We usually use Javascript and HTML to make games, so you can play it almost anywhere! Unless your browser doesn't support Javascript or HTML.</p>
<p>
</div>
<div class = "allquestions">
<div id = "question2" class = "question">
<h4>Hey look, here's a hidden thing!</h4>
</p>
</div>
</div>
</body>
</html>