-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbookmarks.html
More file actions
52 lines (51 loc) · 2.8 KB
/
Copy pathbookmarks.html
File metadata and controls
52 lines (51 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<!--
__/) (\__
,-'~~( )~~`-.
/ \ _ / \
| /_(_)_\ |
| _(/(\_/)\)_ |
| / // \ / \\ \ |
\ | '' / \ '' | /
\ ) / \ ( /
)/ / \ \(
' `-`-'-' `
Page build: 2026-06-26 05:30:17 UTC-->
<head>
<meta charset="utf-8"/>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<title>Bookmarks</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" href="assets/style.css"/>
<link rel="icon" type="image/png" href="assets/Archangel.png"/>
</head>
<body>
<script src="https://keepandroidopen.org/banner.js"></script>
<nav>
<a class="mt" href="/index.html">home</a>
<a href="/bookmarks.html">Bookmarks</a>
<a href="/frameworks.html">Frameworks</a>
<a href="/patterns.html">Patterns</a>
<a href="/principles.html">Principles</a>
<a href="/tools.html">Tools</a>
</nav>
<div class="container centered">
<h1>Bookmarks</h1>
<article class="centered">
<p><a href="https://www.omg.org/" target="_blank"><b>OMG (UML)</b> - https://www.omg.org/</a></p>
<p><a href="https://www.ietf.org/" target="_blank"><b>IETF</b> - https://www.ietf.org/</a></p>
<p><a href="https://tools.ietf.org/html/" target="_blank"><b>IETF Documents (HTTP, IP..)</b> - https://tools.ietf.org/html/</a></p>
<p><a href="https://www.w3.org/TR/" target="_blank"><b>Web Standards</b> - https://www.w3.org/TR/</a></p>
<p><a href="https://wiki.csswg.org/" target="_blank"><b>CSS Working Group</b> - https://wiki.csswg.org/</a></p>
<p><a href="https://www.php-fig.org/" target="_blank"><b>PHP Standards Recommendations</b> - https://www.php-fig.org/</a></p>
<p><a href="https://html.spec.whatwg.org/multipage/" target="_blank"><b>HTML5</b> - https://html.spec.whatwg.org/multipage/</a></p>
<p><a href="https://stackexchange.com/sites" target="_blank"><b>Stack Exchange</b> - https://stackexchange.com/sites</a></p>
<p><a href="https://medium.com/@ziobrando/the-rise-and-fall-of-the-dungeon-master-c2d511eed12f" target="_blank"><b>The rise and fall of the Dungeon Master</b> - https://medium.com/@ziobrando/the-rise-and-fall-of-the-dungeon-master-c2d511eed12f</a></p>
<p><a href="https://developer.mozilla.org/en-US/docs/Learn" target="_blank"><b>MDN</b> - https://developer.mozilla.org/en-US/docs/Learn</a></p>
</article>
</div>
</body>
</html>