Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 authored Oct 31, 2024
1 parent 1ddf0c4 commit df81832
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ai stuff/templates/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Links</title>
<link rel="stylesheet" href="../static/style.css">
<link rel="icon" href="../../favicon.jpg" type="image/x-icon">
</head>
<body>
<main>
hi
</main>
<!-- <script src="../main.js"></script> -->
</body>
</html>

0 comments on commit df81832

Please sign in to comment.