PSFPortal/public/index.html

20 lines
534 B
HTML
Raw Normal View History

2019-12-30 14:27:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>PSForever Portal</title>
2019-12-30 14:27:49 +00:00
<link rel='icon' href='/favicon.ico'>
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
2020-05-12 21:06:22 +00:00
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
2019-12-30 14:27:49 +00:00
<link rel='stylesheet' href='/bundle.css'>
<script defer src='/bundle.js'></script>
</head>
<body>
</body>
</html>