Added viewport stuff
This commit is contained in:
parent
e83758fc07
commit
d8c6c2036f
2 changed files with 9 additions and 6 deletions
|
@ -5,6 +5,7 @@ $title = "Marcel's Homepage";
|
|||
?>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/base.css" type="text/css">
|
||||
<title> <?php echo $title; ?> </title>
|
||||
</head>
|
||||
|
@ -13,6 +14,10 @@ $title = "Marcel's Homepage";
|
|||
<header id="topbar" class="darkerbar"><h1><?php echo $title; ?></h1> </header>
|
||||
|
||||
<main>
|
||||
<p>
|
||||
You've reached my realm. Now look around or leave.
|
||||
</p>
|
||||
|
||||
<div id="links-container">
|
||||
<div class="item" id="authentik">
|
||||
<div class="image"><img class="item" alt="logo" src="static/authentik.svg"></div><div class="desc">authentik</div>
|
||||
|
@ -31,9 +36,6 @@ $title = "Marcel's Homepage";
|
|||
<a href="https://element.marcelsite.com"></a>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
You've reached my realm. Now look around or leave.
|
||||
</p>
|
||||
</main>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue