-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
table containing the iso stuff, table containing the iso stuff, does …
…whatever a table containing the iso stuff does
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |