summaryrefslogtreecommitdiffstats
path: root/index.html
blob: a34e7aa9aadcd86d26c49e433197d87d47ea2c99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>