Skip to content

Commit

Permalink
table containing the iso stuff, table containing the iso stuff, does …
Browse files Browse the repository at this point in the history
…whatever a table containing the iso stuff does
  • Loading branch information
LeWolfYT authored Oct 10, 2023
1 parent f742e52 commit 6bffe58
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions download/table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Symmetrical OS Downloads</title>

<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>

<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="../navbar.css">
</head>
<body>
<div class="topnav">
<a href="https://symmetricalos.github.io"><img src="../favicon.ico" alt="" height="25"></a>

<a href="#" class="active navright">Download</a>
<a class="navright" href="../index.html">Home</a>
</div>
<div class="content">
<table id="stuffs">
</table>
</div>
</body>
</html>

0 comments on commit 6bffe58

Please sign in to comment.