Skip to content

Commit

Permalink
Deploying to gh-pages from @ 02fcaec 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 11, 2023
0 parents commit bbb25e5
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sfn.sheev.net
1 change: 1 addition & 0 deletions app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!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">
<link rel="stylesheet" type="text/css" href="./main.css">
<link rel="shortcut icon" href="./icon.png" type="image/x-icon">
<title>sfn</title>
</head>
<body>
<div class="main-container">
<header class="flex align-center space-between">
<h1>
<a href="/" class="default-color">steam friend night</a>
</h1>

<a class="source-link" href="https://github.com/kevinfiol/sfn">source</a>
</header>

<main id="app">
<noscript>
JavaScript is required for this app. :(
</noscript>
</main>
</div>
<script src="app.js"></script>
</body>
</html>

0 comments on commit bbb25e5

Please sign in to comment.