mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-01-19 18:14:45 +00:00
20 lines
534 B
HTML
20 lines
534 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>PSForever Portal</title>
|
|
|
|
<link rel='icon' href='/favicon.ico'>
|
|
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
|
|
<link rel='stylesheet' href='/bundle.css'>
|
|
|
|
<script defer src='/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|