fixed page title and code formatting

master
BodgeMaster 2020-02-19 14:38:59 +01:00
parent 7447f17287
commit e033323719
1 changed files with 28 additions and 31 deletions

View File

@ -4,7 +4,6 @@
<title>ThreadR - Home</title> <title>ThreadR - Home</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css"> <link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<ul class="topnav"> <ul class="topnav">
@ -22,14 +21,12 @@
<li><a href="%CONTENT_DIR%/about/">About</a></li> <li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li> <li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
</ul> </ul>
<div style="padding:0 16px;"> <div style="padding:0 16px;">
<div class="item-4"> <div class="item-4">
<h1><center>Willkommen bei der Registrierung!</center></h1> <h1>
<center>Welcome to ThreadR!</center>
</h1>
</div> </div>
</div> </div>
</body> </body>
</html> </html>