-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite-rl-index.html
More file actions
executable file
·73 lines (56 loc) · 2.95 KB
/
write-rl-index.html
File metadata and controls
executable file
·73 lines (56 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html>
<head><title>be gay do crimes :3</title>
<link rel="icon" type="image/x-icon" href="images/hk-favicon.png"></head>
<body bgcolor=cc99ee>
<!-- css section (ew) -->
<!-- -->
<h2 align = center ><a href="index.html" style="color:midnightblue; text-decoration: none"><img src="images/DimittrikovKavka.png" alt="Dimittrikov Kavka"></a></h2>
<!-- start of mainbar link area -->
<div align = center>
<table><tr><th> <a href="draw-rl-index.html" style="color:midnightblue">Drawing Resources Library</a> | </th>
<th> <a href="write-rl-index.html" style="color:midnightblue">Writing Resources Library</a> | </th>
<th> <a href="art-dump.html" style="color:midnightblue">Art Dump</a> | </th>
<th> <a href="picrew-dump.html" style="color:midnightblue">Picrew Dump</a> | </th>
<th> <a href="world-hpl-index.html" style="color:midnightblue">World Heritage Posts Library</a> </th>
</tr></table>
<hr style="background-color: black">
</div>
<!-- start of the main area -->
<table style="width:80%" align=center><tr><td>
<h1 style="color:indigo">Writing Resources Library</h1>
<small>(In the future i will add an archived version of the links where possible)</small>
<ul>
<!--
<?php
function insert_link($link, $title)
{echo "<li><a href= $link >$title</a></li>";}
insert_link("https://booklaunch.com/the-adhd-guide-to-writing/", "The ADHD guide to writing (booklaunch.com)");
?>-->
<script>
function insert_link(link_url, link_title){
document.write('<li><a href="');
document.write(link_url);
document.write('">');
document.write(link_title);
document.write('</a></li>');}
insert_link("https://booklaunch.com/the-adhd-guide-to-writing/", "The ADHD guide to writing (booklaunch.com)");
insert_link("https://www.tumblr.com/whitneywrites/647037932543361024/hair-texture-appearance", "How to describe hair texture and appearance");
</script>
</ul></table>
<!-- footer area -->
<div align=center>
<img src="images/runner.png" width ="100" height= "50" alt="*running characters*"><hr>
<a href="http://cyber.dabamos.de/88x31/index.html" title="88x31 gif archive" target="_blank"><img src="images/88x31.gif"></a>
<a title="link2"><img src="images/anythingbutchrome.gif"></a>
<img src="images/antinft.gif"></a>
<a href="linuxmint.com" target="_blank" title="Download Linux Mint if you're not on another distro. It's Good"><img src="images/linux_mint.gif"></a>
<img src="images/newlambda.gif">
<img src="images/transnow2.gif">
<img src="images/queer.png">
<a title="yes im nonbinary if you have anything against that then go the fuck away"><img src="images/nonbinary.png"></a>
<a title="piracy and archiving are holding hands"><img src="images/piracy.gif"></a>
<a href="https://maia.crimew.gay" target="_blank" title="holy fucking bingle it's my inspiration for this website and me generally getting back into programming and stuff"><img src="images/maia.crimew.gay.png"></a>
<br>
<img src="images/mozfirefox.png">
</div>