Skip to content

Commit

Permalink
Deploying to gh-pages from @ jplag/JPlag@ee8d208 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Jul 17, 2024
0 parents commit bee5cb8
Show file tree
Hide file tree
Showing 7 changed files with 840 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>
810 changes: 810 additions & 0 deletions assets/index-CIHr940O.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-CM5mu0Sd.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-CIHr940O.js"></script>
<link rel="stylesheet" crossorigin href="/JPlag-Dev/assets/index-CM5mu0Sd.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 bee5cb8

Please sign in to comment.