We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ade7f commit 7667884Copy full SHA for 7667884
assets/js/hideSource.js
index.html
@@ -10,7 +10,6 @@
10
<title>./zarrin</title>
11
<meta charset="utf-8" />
12
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
13
- <script src="assets/js/hideSource.js"></script>
14
<link rel="stylesheet" href="assets/css/main.css" />
15
<noscript>
16
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
@@ -108,6 +107,9 @@ <h2 class="major">Contact</h2>
108
107
<!-- Footer -->
109
<footer id="footer">
110
<p class="copyright">© Zarrin 2018.</p>
+ <script type="text/javascript">
111
+ window.history.pushState(null, null, "/user-login")
112
+ </script>
113
</footer>
114
115
</div>
0 commit comments