diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
| commit | 97a8370caea2fae4a0a67165036aae2dc2d05900 (patch) | |
| tree | eb3c80ce24a66d342e3ba4143e88d6893a5f49b2 /Schoolproject/index.html | |
| parent | 79352a7fe3a64021b8c39db2a78a22cdd58abb1e (diff) | |
Rewrite of the website in Flask
Diffstat (limited to 'Schoolproject/index.html')
| -rwxr-xr-x | Schoolproject/index.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Schoolproject/index.html b/Schoolproject/index.html deleted file mode 100755 index c031556..0000000 --- a/Schoolproject/index.html +++ /dev/null @@ -1,39 +0,0 @@ -<!doctype html> -<html> -<head> -<title>Home</title> -<link rel="stylesheet" href="CSS/main.css"> -<script src="JS/sidenav.js"></script> -</head> -<body> -<div id="main"> -<div class="container"> -<header><span class="nav_button" onclick="openNav()">☰</span><center><h1 class="white">Home</h1></center></header> - <div id="mySidenav" class="sidenav"> -<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> -<a href="index.html">Home</a> -<a href="Declan'sPage.html">Paraphrasing of the US Constitution, How A Bill Becomes A Law, and Election Basics</a> -<a href="Jason'sPage.html">The three branches and important people from each</a> -<a href="Nick'sPage.html">Checks and Balances, Supremacy Clause, Bicameral legislature, Marbury Vs Madison, and the history of each</a> -<a href="Jacob'sPage.html">The Articles of Confederation & Shays' Rebellion</a> -</div> -<main> -<table> -<tr> -<td>Nicholas Torrillo</td> -<td>Jason Kirk</td> -<td>Jacob McDonnell</td> -<td>Declan Lees</td> -</tr> -<tr> -<td>-Checks and Balances<br>-Supremacy Clause<br>-Bicameral legislature<br>-Marbury Vs Madison<br>-The History of Each</td> -<td>-The Three Branches<br>-Important People from Each Branch</td> -<td>-The Articles of Confederation<br>-Shays' Rebellion</td> -<td>-Paraphrasing of the U.S. Constitution<br>-How A Bill Becomes A Law<br>-Election Basics</td> -</table> -<!--<center><img src="images/pixeltrump.gif" alt="pixel trump gif"></center>--> -</main> -</div> -</div> -</body> -</html> |
