Skip to content

Commit

Permalink
Finished off the upload
Browse files Browse the repository at this point in the history
  • Loading branch information
florisweb committed Jul 15, 2020
1 parent 85f6255 commit 573eedd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ function authenticateLink() {
<head>
<title>Veratio - Florisweb.tk</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' name='viewport'/>
<link rel="stylesheet" type="text/css" href="css/main_min.css">
<link rel="stylesheet" type="text/css" href="css/main_min.css?v=2">

<script type="text/javascript" src="/JS/jQuery.js" asy nc></script>
<script type="text/javascript" src="/JS/request2.js?a=2" asy nc></script>
<script type="text/javascript" src="/JS/request2.js?a=3" asy nc></script>
</head>
<body class="appLoading">
<div id="sideBar">
Expand Down Expand Up @@ -159,6 +159,6 @@ function authenticateLink() {
<div class='UI box popup hide' id="optionMenu_colourPopupBox">
</div>

<script type="text/javascript" src="js/main_min.js?a=3" asy nc></script>
<script type="text/javascript" src="js/main_min.js?a=4" asy nc></script>
</body>
</html>
Binary file removed subdomain/.DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions subdomain/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<meta name="theme-color" content="#636ad5">
<link rel="manifest" href="https://florisweb.tk/git/veratio/manifest.json">
<link rel="shortcut icon" href="https://florisweb.tk/git/veratio/images/pressSet/favicon.ico">

<link rel="stylesheet" type="text/css" href="popup/popup.css">

<style>
#mainContentFrame {
position: fixed;
Expand All @@ -23,9 +26,10 @@
echo "<iframe id='mainContentFrame' src='" . $link . "'></iframe>";
?>

<link rel="stylesheet" type="text/css" href="popup/popup.css">


<script type="text/javascript" src="https://florisweb.tk/JS/jQuery.js"></script>
<script type="text/javascript" src="popup/popup.js"></script>
<script type="text/javascript" src="popup/popup.js?v=2"></script>

<script>
document.body.onload = function() {
Expand Down

0 comments on commit 573eedd

Please # to comment.