Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevCactus committed May 16, 2024
0 parents commit 87422f1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Binary file added imgs/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

* {
font-family: 'JetBrains Mono';
}

body {
margin-top: 100px;
margin-left: 25vw;
width: 50vw;
background-color: black;
color: #eee;
}
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sampler Project</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>W.I.P</h1>
<p>I'll be posting here in the future, currently want to get the project a bit farther before making public announcements</p>
<img src="./imgs/preview.jpg" width="500"/>
<script src="index.js" async defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("very nice");

0 comments on commit 87422f1

Please sign in to comment.