Skip to content

Commit

Permalink
Create newindex.html
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Oct 3, 2024
1 parent 0274274 commit 095a7a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions newindex.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<title>☆ starg3n ☆</title>
<link rel="icon" type="image/x-icon" href="/data/favicon.ico">
<link rel="stylesheet" href="/data/style.css">
<script src="/data/indexscript.js"></script>
</head>
<body>

<div style="text-align:center">
<input onchange="goToPage(event)">
</div>

</body>
</html>

0 comments on commit 095a7a3

Please sign in to comment.