Skip to content

Commit 69ecee5

Browse files
committed
Added some basic structure
1 parent 1f3e1d2 commit 69ecee5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Boids.html

+7
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@
2121

2222
<!-- Page content -->
2323
<p> This is the boids page </p>
24+
25+
<h1> Contents </h1>
26+
27+
<ul>
28+
<p> There's probably a bootstrap component for this... </p>
29+
</ul>
2430

2531
<h1> What you'll create </h1>
2632

2733
<script src="/SimulationLabs/Scripts/Boids/Boids.js"></script>
34+
2835
</body>
2936
</html>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
{% include HeaderBar.html %}
2020
<!-- Page content -->
21-
<p> </p>
21+
<p> This is the home page. I'll probably just put a description for the course; explain what it is. </p>
2222

2323
</body>
2424
</html>

0 commit comments

Comments
 (0)