1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
my-old-website/Website.old/Index.html
T
2019-11-08 13:05:43 +03:00

22 lines
779 B
HTML

<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>