mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 13:33:52 +00:00
20 lines
690 B
HTML
20 lines
690 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="Web portal for EQEmu WI Front">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>EQEmu WI Front</title>
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700">
|
|
<link rel="stylesheet" href="css/vendor.css">
|
|
<link rel="stylesheet" href="css/app.css">
|
|
</head>
|
|
<body>
|
|
<app-root>Loading...</app-root>
|
|
<script type="text/javascript" src="js/bundle.js"></script>
|
|
<script type="text/javascript" src="js/templates.js"></script>
|
|
</body>
|
|
</html>
|