mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
WI work
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user