-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.49 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.49 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
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
id="css-file"
href="Assets/Hub/styles/style.css"
/>
<title>CS-Steps-Hub</title>
</head>
<body>
<h1 class="page-title">- CS Steps Hub -</h1>
<div class="steps-table">
<!-- <div class="table-headers">
<div class="table-header">Step Number</div>
<div class="table-header">Step Summery</div>
<div class="table-header">Twitch Project</div>
<div class="table-header">Twitch Link</div>
</div> -->
<div class="table-headers">
<div class="table-header">Step Number</div>
<div class="table-header">Step Summery</div>
<div class="table-header">Live Presentation Project</div>
<div class="table-header">Live Presentation Link</div>
</div>
<!-- <div class="step-contents">
<a href="" class="step-number step-content">Step 1</a>
<a href="" class="step-sum step-content">Download</a>
<a href="" class="twitch-files step-content">Twitch Project</a>
<a onc href="" class="twitch-link step-content">Link</a>
</div> -->
</div>
<script src="Assets/Hub/dist/index.js"></script>
</body>
</html>