1st commit
This commit is contained in:
@@ -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/">РУС </a>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user