„content/login.html“ ändern
parent
844aaa66d8
commit
da97cbfa66
|
@ -3,8 +3,23 @@
|
||||||
<head>
|
<head>
|
||||||
<title>ThreadR - Welcome</title>
|
<title>ThreadR - Welcome</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<ul class="topnav">
|
||||||
|
<li><a class="active" href="#home">Home</a></li>
|
||||||
|
<li><a href="#news">News</a></li>
|
||||||
|
<li><a href="./content/about/index.html">About</a></li>
|
||||||
|
<li class="right"><a href="./content/login.html">Log In</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div style="padding:0 16px;">
|
||||||
|
<h2>ThreadR Homepage</h2>
|
||||||
|
<p></p>
|
||||||
|
<p></p>
|
||||||
|
<h4></h4>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
<h1><center>ThreadR</center></h1>
|
<h1><center>ThreadR</center></h1>
|
||||||
|
|
Loading…
Reference in New Issue