summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a34e7aa
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<head>
+ <link href="style.css" rel="stylesheet">
+</head>
+<body>
+ <center>
+ <h1>W R I T I N G P A D</h1>
+ <textarea border id="text"></textarea><br><br>
+ <button class="hov" onclick="copytext()">COPY TEXT</button>&nbsp;&nbsp;<button class="hov" id="save" value="download">DOWNLOAD TEXT FILE</button>
+ <p>&#169; <a class="hov" href="https://xgenos.me" target="_blank">GENOS</a> <script>document.write(new Date().getFullYear());</script></p>
+ </center>
+ <script src="script.js">
+</body>