summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMhykol <mchaeldonald62@pm.me>2024-06-01 11:13:09 -0400
committerMhykol <mchaeldonald62@pm.me>2024-06-01 11:13:09 -0400
commit65ce0b3ee0a6a824e1889d9e3e9c840d82160ce2 (patch)
treeac85f9a1eb8ccd66d09918299070c8935f5ccbb3 /source
parent6deb63b46abdf82137e78897f1c5033fd5a6802b (diff)
Update footer layout
Diffstat (limited to 'source')
-rw-r--r--source/readfile.js16
1 files changed, 9 insertions, 7 deletions
diff --git a/source/readfile.js b/source/readfile.js
index 77faad1..744d871 100644
--- a/source/readfile.js
+++ b/source/readfile.js
@@ -39,11 +39,14 @@ class ReadFile {
`,
footer: `
<section id='footer'>
- <nav>
- <a href='/'>Home</a>
- <a href='/about'>About</a>
- <a href='/contact'></a>
- </nav>
+ <div class='copied'>
+ <p>Copied to clipboard</p>
+ </div>
+ <div class='links'>
+ <p>Email <a href='mailto:mchaeldonald62@pm.me'>mchaeldonald62@pm.me</a></p>
+ <p>Monero <span class='footer-links'>89dARfwUGJNByHeir8bpCM4YJS2cTz58DNvu9fad1bpg7bfZs2H1QwtJpFghhJJatzRo8rnrE8AH5CAXbQHUpTp5FujsU1h</span></p>
+ <p>Bitcoin <span class='footer-links'>bc1qplmr9wx7ahcna5zmwlhhl5zcgs8n5nuxp74apw</span></p>
+ </div>
</section>
`
}
@@ -66,7 +69,7 @@ class ReadFile {
<link rel='stylesheet' href='/css/main.css'/>
<meta name='description' content='${x.description}'>
<meta name='keywords' content='${x.keywords}'>
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<section id='main'>
@@ -107,7 +110,6 @@ class ReadFile {
} catch(err) {
try {
return await x.then(output => {
- console.log(output)
return this.#SetData({data: output, mime: this.object.types})
})
} catch (err) {