-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutUs.html
More file actions
35 lines (27 loc) · 1001 Bytes
/
AboutUs.html
File metadata and controls
35 lines (27 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="Container.css">
<script src="Stack.js"></script>
</head>
<body>
<h1><span>About us</span></h1>
<div class="go_home">
<a href="Start.html"><img src='home_rounded.png'></a>
</div>
<div class="button_group" style="float: left;">
<div id="assign" onclick="assign()" class="button" >Assign</div><br>
<div id="top" class="button" >Top</div><br>
<div id="push" class="button" >Push</div><br>
</div>
<div class="board" id="board">
</div>
<div id="input"></div>
<div class="button_group" style="float: right;">
<div id="pop" class="button" >Pop</div><br>
<div id="clear" class="button" >Clear</div><br>
<div id="example" class="button" ><a href='https://www.youtube.com/watch?v=BbeeuzU5Qc8' target="_blank" style="text-decoration: none; color:white;">Example</a></div>
</div>
</body>
</html>