mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 11:34:20 +00:00
update front page background image
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>OpenFront</title>
|
||||
<title>OpenFront (ALPHA)</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<style>
|
||||
body {
|
||||
@@ -119,11 +119,11 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Overpass', sans-serif;
|
||||
font-family: Overpass, serif;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
font-size: 2.5em;
|
||||
color: #3d3c3c;
|
||||
/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
|
||||
font-size: 8em;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
</style>
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>OpenFront (ALPHA)</h1>
|
||||
<h1>OpenFront.io</h1>
|
||||
<div id="username-container">
|
||||
<input type="text" id="username" placeholder="Enter your username">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user