Rework entire site to host everything on it's own, and not rely on a non-public nginx config for everything
This commit is contained in:
parent
8877ec9be1
commit
d36830a257
46 changed files with 103 additions and 103 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>FP650 - Quotes</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/quotes"></script> -->
|
||||
|
@ -17,7 +17,7 @@
|
|||
<span id="access" class="force-color">I'll basically never say no to more access to more things... or more access to the same things</span> <button class="cyan copy-button" onclick="copy('access')">Copy</button><br/>
|
||||
<span id="vvcccblhvgjdrhcdvbihnhjddjgvlcuvfbvcfinbllic" class="force-color">vvcccblhvgjdikttkluehddnjbdhrrkvjhkfeiigbrct</span> <button class="cyan copy-button" onclick="copy('vvcccblhvgjdrhcdvbihnhjddjgvlcuvfbvcfinbllic')">Copy</button><br/>
|
||||
</span>
|
||||
<script src="/script.js"></script>
|
||||
<script src="/scripts/script.js"></script>
|
||||
<!-- Modified from https://www.geeksforgeeks.org/how-to-create-copy-to-clipboard-button/ /!-->
|
||||
<script>
|
||||
function copy(element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue