-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
30 lines (28 loc) · 960 Bytes
/
blog.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>blog</title>
</head>
<body>
<a href="/mean-gpt.html">inception</a>
<a href="/november-rain-dialogue.html">november-rain</a>
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
</a>
<br />
To the extent possible under law,
<a rel="dct:publisher"
href="juliannevillecorrea.github.io">
<span property="dct:title">julian correa</span></a>
has waived all copyright and related or neighboring rights to
<span property="dct:title">blog</span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="IN" about="juliannevillecorrea.github.io">
India</span>.
</p>
</body>
</html>