1
0

1st commit

This commit is contained in:
Michael Gordeev
2019-04-26 23:16:16 +03:00
parent 18779668cd
commit 70c9f4ee0e
22 changed files with 289 additions and 0 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>