Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mblithium committed Nov 18, 2023
0 parents commit cff1691
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/docs
/filesystem
/img
/lib
/theme.css
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>SpaceWebDE</title>
<link rel="stylesheet" type="text/css" href="./theme.css">
<script src="./lib/systemboot.js" defer></script>
</head>
<body>
<div id="system"></div>
</body>
</html>

0 comments on commit cff1691

Please sign in to comment.