Skip to content

Commit

Permalink
Added some basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
RexMortem committed Dec 20, 2024
1 parent 1f3e1d2 commit 69ecee5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Boids.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@

<!-- Page content -->
<p> This is the boids page </p>

<h1> Contents </h1>

<ul>
<p> There's probably a bootstrap component for this... </p>
</ul>

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

<script src="/SimulationLabs/Scripts/Boids/Boids.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
{% include HeaderBar.html %}
<!-- Page content -->
<p> </p>
<p> This is the home page. I'll probably just put a description for the course; explain what it is. </p>

</body>
</html>

0 comments on commit 69ecee5

Please sign in to comment.