1
0

It's the last time I do such commit, I promise

This commit is contained in:
Michael Gordeev
2019-11-08 13:05:43 +03:00
parent 800c0394f9
commit bbcb6b179e
67 changed files with 14344 additions and 48 deletions
+22
View File
@@ -0,0 +1,22 @@
<html>
<head>
<title>Hello, World! - FoxSharp</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta charset="UTF-8">
</head>
<body>
<div class="navbar">
<a href="/">FoxSharp</a>
<ul>
<li><a href="/">CV();</a></li>
<li><a href="Projects">Projects();</a></li>
<li><a href="Gallery.html">Arts();</a></li>
<li><a href="Contacts">Contacts();</a></li>
</ul>
<a style="font-family: Segoe MDL2 Assets, 'Courier New'; font-size: 20px; float: right; margin: 2px" href="https://ru.michael.xfox.net/">РУС &#xE12B;</a>
</div>
<div class="content">
</div>
</body>
</html>