add robots.txt and title
This commit is contained in:
parent
8b89972fc1
commit
a93f2e1dc3
@ -24,7 +24,9 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<h1 class="title">Tetris on the web</h1>
|
||||
|
||||
<main>
|
||||
<div class="frame scoreboard">
|
||||
<p>High Scores</p>
|
||||
<div id="high-scores-container">
|
||||
@ -80,6 +82,8 @@
|
||||
<div class="options">
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Sitemap: https://games.penggames.systems/sitemap.xml
|
5
public/sitemap.xml
Normal file
5
public/sitemap.xml
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
<url>
|
||||
<loc>https://games.penggames.systems/</loc>
|
||||
<lastmod>2025-06-10T17:00:55+00:00</lastmod>
|
||||
</url>
|
@ -18,7 +18,7 @@ body {
|
||||
|
||||
align-self: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: space-evenly;
|
||||
|
||||
@ -28,6 +28,13 @@ body {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.container {
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user