fixed page title and code formatting
parent
7447f17287
commit
e033323719
|
@ -1,35 +1,32 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<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">
|
<li><a class="active" href="#home">Home</a></li>
|
||||||
<li><a class="active" href="#home">Home</a></li>
|
<!-- <li><a class="dropdown">
|
||||||
<!-- <li><a class="dropdown">
|
<button class="dropbtn">News
|
||||||
<button class="dropbtn">News
|
<i class="fa fa-caret-down"></i>
|
||||||
<i class="fa fa-caret-down"></i>
|
</button>
|
||||||
</button>
|
<div class="dropdown-content">
|
||||||
<div class="dropdown-content">
|
<a href="#">Link 1</a>
|
||||||
<a href="#">Link 1</a>
|
<a href="#">Link 2</a>
|
||||||
<a href="#">Link 2</a>
|
<a href="#">Link 3</a>
|
||||||
<a href="#">Link 3</a>
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<li><a href="%CONTENT_DIR%/about/">About</a></li>
|
||||||
|
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
|
||||||
|
</ul>
|
||||||
|
<div style="padding:0 16px;">
|
||||||
|
<div class="item-4">
|
||||||
|
<h1>
|
||||||
|
<center>Welcome to ThreadR!</center>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</body>
|
||||||
<li><a href="%CONTENT_DIR%/about/">About</a></li>
|
|
||||||
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div style="padding:0 16px;">
|
|
||||||
<div class="item-4">
|
|
||||||
<h1><center>Willkommen bei der Registrierung!</center></h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue