mirror of https://github.com/reiyua/reiyua.lol.git
Create Contact page with header filled in.
This commit is contained in:
parent
4801a82449
commit
dcc065226c
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<link rel=""stylesheet" href="style.css">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>reiyua</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
Loading…
Reference in New Issue