-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
32 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 |
---|---|---|
@@ -1,37 +1,7 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>Utterly Round Plasma Theme</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="/style.css"> | ||
</head> | ||
|
||
<body id="body" class="bg-info-subtle" data-bs-theme="light"> | ||
<div class="sticky-top"> | ||
<div id="navbar" class="mx-3 my-0 px-0 py-1 navbar navbar-expand-lg d-flex align-items-start bg-info-subtle"> | ||
</div> | ||
<span> | ||
<div class="inverted-topleft-corner bg-info-subtle"></div> | ||
<div class="inverted-topright-corner bg-info-subtle"></div> | ||
</span> | ||
</div> | ||
<div style="display:flex; flex-direction:column;"> | ||
<div id="content" class="mx-3 rounded-5 bg-body tabcontent content"> | ||
<div id="readme"></div> | ||
</div> | ||
<div class="inverted-bottomleft-corner bg-info-subtle"></div> | ||
<div class="inverted-bottomright-corner bg-info-subtle"></div> | ||
<div class="bottomedge sticky-bottom bg-info-subtle"></div> | ||
</div> | ||
<footer> | ||
<div id="footer"></div> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> | ||
<script src="/scripts/repopage.js"></script> | ||
<body id="body"> | ||
<script src="/scripts/repo.js"></script> | ||
</body> | ||
|
||
</html> |