We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3e1d2 commit 69ecee5Copy full SHA for 69ecee5
Boids.html
@@ -21,9 +21,16 @@
21
22
<!-- Page content -->
23
<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>
30
31
<h1> What you'll create </h1>
32
33
<script src="/SimulationLabs/Scripts/Boids/Boids.js"></script>
34
35
</body>
36
</html>
index.html
@@ -18,7 +18,7 @@
18
<body>
19
{% include HeaderBar.html %}
20
- <p> </p>
+ <p> This is the home page. I'll probably just put a description for the course; explain what it is. </p>
0 commit comments