summaryrefslogtreecommitdiff
path: root/html/webapp/index.html
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-28 21:19:31 +0500
committerilotterytea <iltsu@alright.party>2025-01-28 21:19:31 +0500
commit931b3a5514312fc149f241d7ac1156c579dfbf41 (patch)
tree167d29465190f73a73cc2b5c8e9b72e26940c273 /html/webapp/index.html
parent71c597fbd5b92006173910a7e396c92375bcc31c (diff)
upd: web page
Diffstat (limited to 'html/webapp/index.html')
-rw-r--r--html/webapp/index.html68
1 files changed, 52 insertions, 16 deletions
diff --git a/html/webapp/index.html b/html/webapp/index.html
index 01f2f40..1cdd9d2 100644
--- a/html/webapp/index.html
+++ b/html/webapp/index.html
@@ -1,31 +1,67 @@
<!doctype html>
<html>
+
<head>
<title>Frogartha</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta id="gameViewport" name="viewport" content="width=device-width initial-scale=1">
<link href="styles.css" rel="stylesheet" type="text/css">
+ <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
-<a class="superdev" href="javascript:%7B%20window.__gwt_bookmarklet_params%20%3D%20%7B'server_url'%3A'http%3A%2F%2Flocalhost%3A9876%2F'%7D%3B%20var%20s%20%3D%20document.createElement('script')%3B%20s.src%20%3D%20'http%3A%2F%2Flocalhost%3A9876%2Fdev_mode_on.js'%3B%20void(document.getElementsByTagName('head')%5B0%5D.appendChild(s))%3B%7D">&#8635;</a>
-<div align="center" id="embed-html"></div>
-<script type="text/javascript" src="html/html.nocache.js"></script>
+ <div class="background"></div>
+ <div class="background background-gradient"></div>
+ <div class="container">
+ <div class="wrapper">
+ <div class="preview">
+ <div align="center" id="embed-html"></div>
+ <script type="text/javascript" src="html/html.nocache.js"></script>
+ <div class="play-me">
+ <img src="img/play_me.png" alt="Play me!">
+ </div>
+ </div>
+ <div class="description">
+ <h1>A frog game, supplemented by the old-fashioned chat room genre, written in Java. As the King of Frogartha
+ intended.</h1>
+ <div class="screenshots">
+ <a href="img/screenshot_1.png">
+ <img src="img/screenshot_1.png" alt="screenshot 1">
+ </a>
+ <a href="img/screenshot_2.png">
+ <img src="img/screenshot_2.png" alt="screenshot 2">
+ </a>
+ </div>
+ <div class="download">
+ <iframe frameborder="0"
+ src="https://itch.io/embed/3262997?border_width=0&amp;bg_color=1b211a&amp;fg_color=b3e9b0&amp;link_color=5bfa86&amp;border_color=17400f"
+ width="550" height="165"><a href="https://ilotterytea.itch.io/frogartha">Frogartha by
+ ilotterytea</a></iframe>
+ </div>
+ <div class="footer">
+ <a href="https://github.com/ilotterytea/frogartha">Source code</a>
+ <a href="https://ilotterytea.kz">Developer's website</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
</body>
<script>
-function handleMouseDown(evt) {
- evt.preventDefault();
- evt.stopPropagation();
- window.focus();
-}
+ function handleMouseDown(evt) {
+ evt.preventDefault();
+ evt.stopPropagation();
+ window.focus();
+ }
-function handleMouseUp(evt) {
- evt.preventDefault();
- evt.stopPropagation();
-}
-document.addEventListener('contextmenu', event => event.preventDefault());
-document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false);
-document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false);
+ function handleMouseUp(evt) {
+ evt.preventDefault();
+ evt.stopPropagation();
+ }
+ document.addEventListener('contextmenu', event => event.preventDefault());
+ document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false);
+ document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false);
</script>
-</html>
+
+</html> \ No newline at end of file