first
This commit is contained in:
179
safekiso-server/modules/base/wwwroot/admindek/test.html
Normal file
179
safekiso-server/modules/base/wwwroot/admindek/test.html
Normal file
@@ -0,0 +1,179 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta
|
||||
http-equiv="content-type"
|
||||
content="text/html;charset=UTF-8"
|
||||
/>
|
||||
|
||||
<head>
|
||||
|
||||
<title>CloudPresso-Min</title>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"
|
||||
/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<link
|
||||
rel="icon"
|
||||
href="/images/favicon.ico"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Quicksand:500,700"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/bower_components/bootstrap/css/bootstrap.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/pages/waves/css/waves.min.css"
|
||||
type="text/css"
|
||||
media="all"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/icon/feather/css/feather.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/icon/themify-icons/themify-icons.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/icon/icofont/css/icofont.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/icon/font-awesome/css/font-awesome.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/pages.css" />
|
||||
</head>
|
||||
|
||||
<body themebg-pattern="theme1">
|
||||
<section class="login-block">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form class="md-float-material form-material">
|
||||
<div class="text-center">
|
||||
<font size="+2" color="white">CloudPresso-Min</font>
|
||||
</div>
|
||||
<div class="auth-box card">
|
||||
<div class="card-block">
|
||||
<div class="row m-b-20">
|
||||
<div class="col-md-12">
|
||||
<h3 class="text-center txt-primary">Sign In</h3>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-muted text-center p-b-5">
|
||||
Sign in with your regular account
|
||||
</p>
|
||||
<div class="form-group form-primary">
|
||||
<input
|
||||
type="text"
|
||||
name="user-name"
|
||||
class="form-control"
|
||||
required=""
|
||||
/>
|
||||
<span class="form-bar"></span>
|
||||
<label class="float-label">Username</label>
|
||||
</div>
|
||||
<div class="form-group form-primary">
|
||||
<input
|
||||
type="password"
|
||||
name="password"
|
||||
class="form-control"
|
||||
required=""
|
||||
/>
|
||||
<span class="form-bar"></span>
|
||||
<label class="float-label">Password</label>
|
||||
</div>
|
||||
<div class="row m-t-30">
|
||||
<div class="col-md-12">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary btn-md btn-block waves-effect text-center m-b-20"
|
||||
>
|
||||
LOGIN
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/jquery/js/jquery.min.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/jquery-ui/js/jquery-ui.min.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/popper.js/js/popper.min.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/bootstrap/js/bootstrap.min.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
src="/pages/waves/js/waves.min.js"
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/jquery-slimscroll/js/jquery.slimscroll.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/modernizr/js/modernizr.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/bower_components/modernizr/js/css-scrollbars.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
type="3ee0997d2a073426c48e8bdb-text/javascript"
|
||||
src="/js/common-pages.js"
|
||||
></script>
|
||||
|
||||
<script
|
||||
src="/js/rocket-loader.min.js"
|
||||
data-cf-settings="3ee0997d2a073426c48e8bdb-|49"
|
||||
defer=""
|
||||
></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user