You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Kamo</title>
|
||
|
<link rel="stylesheet" href="global.css" />
|
||
|
<link rel="stylesheet" href="style.css" />
|
||
|
<script src="name.js" defer></script>
|
||
|
<script src="cms.js" defer></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 class="title">probably hungry</h1>
|
||
|
<div class="info">
|
||
|
hello this is a log of francesco also and only known as
|
||
|
<span id="name-space">kamo</span>
|
||
|
<a href=".." class="back">back to the soupboat</a>
|
||
|
</div>
|
||
|
|
||
|
<table id="table">
|
||
|
<!-- <tr>
|
||
|
<td class="title"><a href="05-10-2021-weaving/">Text Weaving</a></td>
|
||
|
<td class="links">
|
||
|
<a href="https://git.xpub.nl/kamo/text_weaving">git</a>
|
||
|
</td>
|
||
|
<td class="categories">
|
||
|
<span class="tag">Python</span>
|
||
|
<span class="tag">NLTK</span>
|
||
|
<span class="tag">Text</span>
|
||
|
</td>
|
||
|
<td class="date">10-05-2021</td>
|
||
|
</tr> -->
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|