Skip to content

Commit

Permalink
Deploying to gh-pages from @ jplag/JPlag@19bac7a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed May 24, 2024
0 parents commit 89a3fce
Show file tree
Hide file tree
Showing 7 changed files with 1,047 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!doctype html>
<html lang="">
<script>
const UrlPath = window.location.pathname
const branch = UrlPath.split('/')[1]
const url = 'https://jplag.github.io/' + branch + '/'
location.replace(url)
</script>
</html>
1,017 changes: 1,017 additions & 0 deletions assets/index-DK1lC6B2.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-DwTvWzse.css

Large diffs are not rendered by default.

Binary file added assets/jplag-dark-transparent-CFFUeO4J.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jplag-light-transparent-js4pmEew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/JPlag-Dev/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JPlag Report Viewer</title>
<script type="module" crossorigin src="/JPlag-Dev/assets/index-DK1lC6B2.js"></script>
<link rel="stylesheet" crossorigin href="/JPlag-Dev/assets/index-DwTvWzse.css">
</head>
<body style="overflow: hidden">
<noscript>
<strong
>We're sorry but the JPlag Report Viewer does not work properly without JavaScript enabled.
Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
</body>
</html>

0 comments on commit 89a3fce

Please sign in to comment.