Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HimDek authored Mar 2, 2024
1 parent d62354f commit ebb9f1d
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions index.html
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>

0 comments on commit ebb9f1d

Please sign in to comment.