Skip to content

Commit

Permalink
Build new Github Pages assets
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonLukas committed Sep 11, 2024
0 parents commit 6f5dd46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=TimonLukas">
<script type="text/javascript">
window.location.href = "TimonLukas"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="TimonLukas">link to example</a>.
</body>
</html>
2 changes: 2 additions & 0 deletions index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply TimonLukas

0 comments on commit 6f5dd46

Please sign in to comment.