Skip to content

Commit

Permalink
wip: 🔕 temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Aug 30, 2023
1 parent bf072f9 commit bd1f83d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index/disk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ sudo umount ./mnt
sudo rm -Rf ./mnt

# the .txt suffix enabled HTTP compression for free (for the GitHub)
split ./disk.ext2 ./disk.c -a 6 -b 128k -x --additional-suffix=.txt
bash -c "stat -c%s ./disk.ext2 > ./disk.meta"
#split ./disk.ext2 ./disk.c -a 6 -b 128k -x --additional-suffix=.txt
#bash -c "stat -c%s ./disk.ext2 > ./disk.meta"
12 changes: 6 additions & 6 deletions index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<title>tarampampam's home</title>
<meta name=robots content="noindex, nofollow">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/xterm.css"
integrity="sha256-gy8/LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI=" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/xterm.css"
integrity="sha256-gy8/LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI=" crossorigin="anonymous"> -->
<script src="sw.js"></script>
<style>
html {
/**background: #190947 url("assets/bg.png") no-repeat fixed center center;
background-size: cover; */
background: #190947 url("assets/bg.png") no-repeat fixed center center;
background-size: cover;
}
</style>
</head>

<body>
<div id="console"></div>
<!-- <div id="console"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.js"
integrity="sha256-hN/H/S7gvao5U3khquYLopZTYKGHmGjrpuNqm4XngVI=" crossorigin="anonymous"></script>
Expand Down Expand Up @@ -105,7 +105,7 @@
loop() // start the loop
})
.catch(console.error)
</script>
</script> -->
</body>

</html>

0 comments on commit bd1f83d

Please sign in to comment.