1
0
homepage/projects.html

33 lines
1.6 KiB
HTML
Raw Normal View History

2024-07-13 18:55:02 +02:00
<!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">
<link rel="stylesheet" type="text/css" href="assets/main.css">
<link rel="stylesheet" type="text/css" href="assets/media.css">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<title>chicory@fossee:~/Projects</title>
</head>
<body>
<div class="window">
<div class="window_header">
<div class="window_title">Terminal - chicory@fossee:~/Projects</div>
<div class="window_close_button"></div>
<div class="window_maximize_button"></div>
<div class="window_minimize_button"></div>
</div>
<div class="window_content">
<b>chicory@fossee:~/Projects $</b> list<br>
2024-07-13 20:54:51 +02:00
<u><a href="https://code.fossee.net/chicory/css-terminal-template" target="_blank">css-terminal-template</a></u> MIT<br>
<i>CSS template of this website.</i><br>
<u><a href="https://code.fossee.net/chicory/zenburn-gtksourceview" target="_blank">zenburn-gtksourceview</a></u> CC0<br>
<i>Dark theme for GTKSourceView.</i><br>
<u><a href="https://code.fossee.net/chicory/orblog-legacy" target="_blank">orblog-legacy</a></u> (deprecated) Apache 2.0<br>
2024-07-13 18:55:02 +02:00
<i>orblog - Simple blog for hidden networks.</i><br>
2024-07-13 20:54:51 +02:00
<b>chicory@fossee:~/Projects $</b> <a href="index.html">go_home</a> <span class="blink">_</span><br>
2024-07-13 18:55:02 +02:00
</div>
</div>
</body>
</html>