Skip to content

Commit

Permalink
Fix assets routes
Browse files Browse the repository at this point in the history
  • Loading branch information
raflymln authored Dec 15, 2023
1 parent 186fa4f commit 461e22c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

<title>Tako - 500 Error</title>

<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="./icon.png" />
<link rel="stylesheet" href="https://takodotid.github.io/src/styles.css" />
<link rel="icon" type="image/png" href="https://takodotid.github.io/src/icon.png" />
</head>

<body>
<main>
<img src="../logo.svg" alt="logo tako keren" id="logo" />
<img src="https://takodotid.github.io/logo.svg" alt="logo tako keren" id="logo" />

<video id="video" muted autoplay>
<source src="https://takodotid.github.io/cloudflare-custom-pages/let_him_cook.mp4" type="video/mp4" />
Expand All @@ -38,6 +38,6 @@ <h2>Halaman Ini Akan <u>Auto Refresh</u> Setiap 15 Detik</h2>
<span id="copyright">© 2023 Tako. All Rights Reserved under PT Rumah Kreasi Bersama, company registered in Indonesia.</span>
</main>

<script src="script.js"></script>
<script src="https://takodotid.github.io/src/script.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions src/blocked.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<title>Tako - Access Blocked</title>

<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="./icon.png" />
<link rel="stylesheet" href="https://takodotid.github.io/src/styles.css" />
<link rel="icon" type="image/png" href="https://takodotid.github.io/src/icon.png" />
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/denied.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<title>Tako - Access Denied</title>

<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="./icon.png" />
<link rel="stylesheet" href="https://takodotid.github.io/src/styles.css" />
<link rel="icon" type="image/png" href="https://takodotid.github.io/src/icon.png" />
</head>

<body>
Expand Down

0 comments on commit 461e22c

Please sign in to comment.