Skip to content

Commit

Permalink
Create baryon_old.html
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Jul 31, 2024
1 parent 342daba commit be12668
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions static/baryon_old.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js-dos baryon 8.xx</title>

<style>
html, body {
height: 100%;
}

#dos {
width: 100%;
height: 100%;
}
</style>

<!-- js-dos style sheet -->
<link rel="stylesheet" href="https://v8.js-dos.com/latest/js-dos.css">

<!-- js-dos -->
<script src="https://v8.js-dos.com/latest/js-dos.js"></script>
</head>
<body>

<div id="dos" style="width: 100%; height: 100%"></div>

<script>
Dos(document.getElementById("dos"), {
url: "baryon.jsdos",
background: "go.png",
kiosk: "true",
theme: "corporate"
});
</script>
</body>
</html>

0 comments on commit be12668

Please sign in to comment.