Fetch the repository succeeded.
This action will force synchronization from 薛定谔的大鹿/demoui, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>jQuery+RequireJS Sample Page</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/AdminLTE.min.css">
<link rel="stylesheet" href="css/skins/_all-skins.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<script data-baseurl="./" data-main="js/auth" src="js/libs/require.js"></script>
</head>
<body class="skin-green sidebar-mini wysihtml5-supported ">
<div id="content" ></div>
</body>
<script type="text/javascript">
<!--
require(["auth"], function(AUTH) {
AUTH.lockScreen();
});
//-->
</script>
</html>
Sign in for post a comment
Comment ( 0 )