forked from weboasis/Main-App
first push
This commit is contained in:
commit
44df7764b4
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" class="no-js">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebOas.is - Error 403</title>
|
||||
<meta name="description" content="WebOas.is - Error 403 - Not Authorized!">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- ================= Favicon ================== -->
|
||||
<!-- Standard -->
|
||||
<link rel="shortcut icon" href="https://weboasis.app/error/img/favicon.png">
|
||||
<!-- Retina iPad Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="https://weboasis.app/error/img/favicon-retina-ipad.png">
|
||||
<!-- Retina iPhone Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="https://weboasis.app/error/img/favicon-retina-iphone.png">
|
||||
<!-- Standard iPad Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="https://weboasis.app/error/img/favicon-standard-ipad.png">
|
||||
<!-- Standard iPhone Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="https://weboasis.app/error/img/favicon-standard-iphone.png">
|
||||
|
||||
<!-- ============== Resources style ============== -->
|
||||
<link rel="stylesheet" href="https://weboasis.app/error/css/style-vintage.css" />
|
||||
|
||||
<!-- Modernizr runs quickly on page load to detect features -->
|
||||
<script src="https://weboasis.app/error/js/modernizr.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="overlay"></div>
|
||||
|
||||
<div class="item-title">
|
||||
|
||||
<div id="message"></div>
|
||||
|
||||
<div class="link-bottom">
|
||||
<a class="link-icon" href="https://weboasis.app"><i class="icon ion-ios-home"></i> Home</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ///////////////////\\\\\\\\\\\\\\\\\\\ -->
|
||||
<!-- ********** Resources jQuery ********** -->
|
||||
<!-- \\\\\\\\\\\\\\\\\\\/////////////////// -->
|
||||
|
||||
<!-- * Libraries jQuery, Easing and Bootstrap - Be careful to not remove them * -->
|
||||
<script src="https://weboasis.app/error/js/jquery.min.js"></script>
|
||||
<script src="https://weboasis.app/error/js/jquery.easings.min.js"></script>
|
||||
<script src="https://weboasis.app/error/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Slideshow plugin -->
|
||||
<script src="https://weboasis.app/error/js/vegas.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
$('body').vegas({
|
||||
slides: [
|
||||
{ src: 'https://weboasis.app/error/img/background-vintage.jpg' },
|
||||
],
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<!-- Main JS File -->
|
||||
<script src="https://weboasis.app/error/js/main-vintage-403.js"></script>
|
||||
|
||||
<!--[if lt IE 10]><script type="text/javascript" src="https://weboasis.app/error/js/placeholder.js"></script><![endif]-->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" class="no-js">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebOas.is - Error 404</title>
|
||||
<meta name="description" content="WebOas.is - Error 404 - Page Not Found!">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- ================= Favicon ================== -->
|
||||
<!-- Standard -->
|
||||
<link rel="shortcut icon" href="https://weboasis.app/error/img/favicon.png">
|
||||
<!-- Retina iPad Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="https://weboasis.app/error/img/favicon-retina-ipad.png">
|
||||
<!-- Retina iPhone Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="https://weboasis.app/error/img/favicon-retina-iphone.png">
|
||||
<!-- Standard iPad Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="https://weboasis.app/error/img/favicon-standard-ipad.png">
|
||||
<!-- Standard iPhone Touch Icon-->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="https://weboasis.app/error/img/favicon-standard-iphone.png">
|
||||
|
||||
<!-- ============== Resources style ============== -->
|
||||
<link rel="stylesheet" href="https://weboasis.app/error/css/style-vintage.css" />
|
||||
|
||||
<!-- Modernizr runs quickly on page load to detect features -->
|
||||
<script src="https://weboasis.app/error/js/modernizr.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="overlay"></div>
|
||||
|
||||
<div class="item-title">
|
||||
|
||||
<div id="message"></div>
|
||||
|
||||
<div class="link-bottom">
|
||||
<a class="link-icon" href="https://weboasis.app"><i class="icon ion-ios-home"></i> Home</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ///////////////////\\\\\\\\\\\\\\\\\\\ -->
|
||||
<!-- ********** Resources jQuery ********** -->
|
||||
<!-- \\\\\\\\\\\\\\\\\\\/////////////////// -->
|
||||
|
||||
<!-- * Libraries jQuery, Easing and Bootstrap - Be careful to not remove them * -->
|
||||
<script src="https://weboasis.app/error/js/jquery.min.js"></script>
|
||||
<script src="https://weboasis.app/error/js/jquery.easings.min.js"></script>
|
||||
<script src="https://weboasis.app/error/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Slideshow plugin -->
|
||||
<script src="https://weboasis.app/error/js/vegas.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
$('body').vegas({
|
||||
slides: [
|
||||
{ src: 'https://weboasis.app/error/img/background-vintage.jpg' },
|
||||
],
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<!-- Main JS File -->
|
||||
<script src="https://weboasis.app/error/js/main-vintage.js"></script>
|
||||
|
||||
<!--[if lt IE 10]><script type="text/javascript" src="https://weboasis.app/error/js/placeholder.js"></script><![endif]-->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue