mirror of https://github.com/me50/kukemuna.git
automated commit by submit50
This commit is contained in:
parent
8719567142
commit
b134d65144
|
|
@ -1,11 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
|
||||||
<link href="/static/styles.css" rel="stylesheet">
|
<link href="/static/styles.css" rel="stylesheet">
|
||||||
<title>Birthdays</title>
|
<title>Birthdays</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>Birthdays</h1>
|
<h1>Birthdays</h1>
|
||||||
|
|
@ -57,4 +59,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue