mirror of https://github.com/reiyua/reiyua.lol.git
14 lines
369 B
HTML
14 lines
369 B
HTML
|
<!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>
|