.
This commit is contained in:
10
index.html
10
index.html
@@ -4,6 +4,7 @@
|
||||
<meta name="viewport" content="with=device-width, initial-scale=1.0">
|
||||
<title>Startseite</title>
|
||||
<link rel="stylesheet" type="text/css" href="assets/design.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="assets/seiten/css/startseite.css"/>
|
||||
<link rel="icon" type="image/png" href="assets/bilder/Logo.png">
|
||||
</head>
|
||||
<body>
|
||||
@@ -33,10 +34,17 @@
|
||||
</section>
|
||||
|
||||
<!-- Hauptseite -->
|
||||
<p> - Startseite -</p>
|
||||
|
||||
<!-- On Top Knopf -->
|
||||
<button id="top"><a href="#top" style="color:white">Nach Oben</a></button>
|
||||
|
||||
<!-- Scroll Down Knopf-->
|
||||
<button id="scroll-down"><a href="#content">^</a></button>
|
||||
|
||||
<div class="content">
|
||||
<h1>- Übershrift -</h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user