Skip to content

Commit a2d77ad

Browse files
committed
seo bs
1 parent 6525c23 commit a2d77ad

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@
33
<head>
44
<meta charset="UTF-8">
55

6-
<meta name="description" content="A site all about modding ULTRAKILL ">
7-
<meta name="keywords" content="ULTRAKILL, Modding, BepInEx, C#, Unity">
6+
<meta name="description" content="A site all about making and playing ULTRAKILL mods!">
7+
<meta name="keywords" content="ULTRAKILL, Modding, How to make ULTRAKILL mods, How to play ULTRAKILL mods, BepInEx, C#, Unity, Game Mods">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>UltraModding wiki</title>
11+
<title>How to mod ULTRAKILL wiki</title>
1212
<link rel="stylesheet" href="styles.css">
1313
</head>
1414
<body>
1515
<div id="sidebar"></div>
1616

1717
<div id="content" class="content">
18+
<div id="hidden">
19+
<h1>
20+
How to Mod ULTRAKILL!
21+
</h1>
22+
<p>
23+
This site shows you how to create and play ULTRAKILL Mods!
24+
</p>
25+
</div>
1826
<!-- <div class="top-menu">
1927
<div class="os-selector">
2028
<select id="osSelect">

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
font-family: 'VCR OSD Mono', Arial, sans-serif !important;
88
}
99

10+
#hidden {
11+
display: none;
12+
}
13+
1014
body {
1115
background: #121212;
1216
color: #ffffff;

0 commit comments

Comments
 (0)