forked from webinos/hub-homeController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.5 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.5 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/home.css" />
</head>
<body>
<div id="div_main_page_content">
<div id="div_main_page_title">
<img id="img_main_title" src="assets/title.png">
</div>
<div id="div_main_page_buttons">
<center>
<table>
<tr>
<td><a href="presentation.html"><img src="assets/presentation.png" class="but_main_page_button"></a></td>
<td><a href="rules.html"><img src="assets/rules.png" class="but_main_page_button"></a></td>
</tr>
<tr>
<td align="center"><a href="presentation.html" class="label_main_page_button">Dashboard</a></td>
<td align="center"><a href="rules.html" class="label_main_page_button">Rules</a></td>
<!--
<td align="center"><span class="label_main_page_button">Dashboard</span></td>
<td align="center"><span class="label_main_page_button">Rules</span></td>
-->
</tr>
</table>
</center>
<!--
<span>
<a href="presentation.html"><img src="assets/presentation.png" class="but_main_page_button"></a>
<a href="rules.html"><img src="assets/rules.png" class="but_main_page_button"></a>
</span>-->
</div>
</div>
</body>
</html>