mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
23 lines
762 B
HTML
23 lines
762 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Arma Server Manager</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
|
|
<link href="css/ladda-themeless.css" rel="stylesheet">
|
|
<link href="css/sweet-alert.css" rel="stylesheet">
|
|
<link href="css/styles.css" rel="stylesheet">
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script data-main="js/app" src="js/require.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|