16 lines
511 B
HTML
16 lines
511 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Filadelfia Streamer</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="/assets/font.css">
|
|
<link rel="stylesheet" type="text/css" href="/assets/app.css">
|
|
</head>
|
|
<body>
|
|
<main id="main"></main>
|
|
<script type="text/javascript" src="/assets/app.js?v=2"></script>
|
|
</body>
|
|
</html>
|