mirror of
https://github.com/lxsang/ant-http
synced 2025-07-26 02:29:47 +02:00
new init
This commit is contained in:
77
build/htdocs/dist/index.html
vendored
Normal file
77
build/htdocs/dist/index.html
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="google" content="notranslate" />
|
||||
|
||||
<!--
|
||||
OS.js - JavaScript Cloud/Web Desktop Platform
|
||||
|
||||
Copyright (c) 2011-2016, Anders Evenrud <andersevenrud@gmail.com>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@author Anders Evenrud <andersevenrud@gmail.com>
|
||||
@licence Simplified BSD License
|
||||
-->
|
||||
<meta name="description" content="OS.js - JavaScript Cloud/Web Desktop Platform" />
|
||||
<meta name="keywords" content="OS.js,Web Desktop,Cloud Desktop,JavaScript OS" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>OS.js</title>
|
||||
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="favicon.png" />
|
||||
|
||||
<!-- Styles -->
|
||||
<link type="text/css" rel="stylesheet" href="themes/fonts.css" />
|
||||
<link type="text/css" rel="stylesheet" href="osjs.css" />
|
||||
|
||||
<!-- Scripts -->
|
||||
<script type="text/javascript" charset="utf-8" src="settings.js"></script>
|
||||
<script type="text/javascript" charset="utf-8" src="osjs.js"></script>
|
||||
<script type="text/javascript" charset="utf-8" src="locales.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="LoadingScreen">
|
||||
<img alt="" src="splash.png" />
|
||||
</div>
|
||||
|
||||
<div id="Login">
|
||||
<form method="post" id="LoginForm">
|
||||
<div>
|
||||
<label for="LoginUsername">Username</label>
|
||||
<input type="text" name="LoginUsername" id="LoginUsername" value="" placeholder="Username" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="LoginPassword">Password</label>
|
||||
<input type="password" name="LoginPassword" id="LoginPassword" value="" placeholder="Password" />
|
||||
</div>
|
||||
<div class="Submit">
|
||||
<input type="submit" name="LoginSubmit" id="LoginSubmit" value="Login" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user