hallöchen
This commit is contained in:
parent
8435a7dce7
commit
2a138ba5ae
18 changed files with 2822 additions and 0 deletions
35
book.html
Normal file
35
book.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="apple-touch-icon" href="https://data.lukasrosier.com/appsmall.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>BOOK</title>
|
||||
<base href="https://www.lukasrosier.com">
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 600px;
|
||||
background-color: ghostwhite;
|
||||
border-radius: 0.5rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<article>
|
||||
<h1>currently in the making - other ways to experience the now - reflections of 2024</h1>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue