Skip to content

Commit

Permalink
created temp github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Feb 14, 2024
1 parent 42d8100 commit 14bd297
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="index.css" />
<title>Movie Collection Visualizer</title>
</head>

<body>
<h1>Movie Collection Visualizer Temp Site</h1>
</body>

</html>

0 comments on commit 14bd297

Please sign in to comment.