mirror of https://github.com/dirtbags/moth.git
Fixing MOTH logo
This commit is contained in:
parent
3c4c2ff2f4
commit
dac0549f01
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
@ -4,8 +4,8 @@
|
|||
<title>Welcome</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="res/icon.svg" type="image/svg+xml"
|
||||
><link rel="icon" href="res/icon.png" type="image/png">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml"
|
||||
><link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome</h1>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>Open Puzzles</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="res/icon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="res/icon.png" type="image/png">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
<script>
|
||||
|
||||
function render(obj) {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>Puzzle</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="res/icon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="res/icon.png" type="image/png">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
<script>
|
||||
function init() {
|
||||
let params = new URLSearchParams(window.location.search);
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<title>Scoreboard</title>
|
||||
<link rel="stylesheet" href="basic.css" type="text/css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
<style>
|
||||
#info {
|
||||
max-width: 20em;
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Scoreboard</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; height: 100%; overflow: hidden;">
|
||||
<div style="position:absolute; left: 0; right: 0; bottom: 0; top: 0px;">
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>Scoreboard</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="res/icon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="res/icon.png" type="image/png">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
<script src="scoreboard.js" async></script>
|
||||
<script>
|
||||
function init() {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>About scoring</title>
|
||||
<link rel="stylesheet" href="basic.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="res/icon.svg" type="image/svg+xml"
|
||||
><link rel="icon" href="res/icon.png" type="image/png">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>About scoring</h1>
|
||||
|
|
Loading…
Reference in New Issue