Initial commit
BIN
public/favicon.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/img/404.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/img/logo_crop.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/img/nc.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
public/img/nc_icon.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/img/nc_med.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/img/tr.png
Normal file
|
After Width: | Height: | Size: 457 KiB |
BIN
public/img/tr_icon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/img/tr_med.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/img/vs.png
Normal file
|
After Width: | Height: | Size: 282 KiB |
BIN
public/img/vs_icon.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/img/vs_med.png
Normal file
|
After Width: | Height: | Size: 123 KiB |
17
public/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
|
||||
<title>Play PSForever</title>
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/bundle.css'>
|
||||
|
||||
<script defer src='/bundle.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||