phi/index.html
2020-04-22 20:35:51 +01:00

43 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>phi</title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link href="main.css" type="text/css" rel="stylesheet">
</head>
<body>
<main>
<header>
<div class="logoContainer">
<img src="images/icon256.png">
</div>
<div class="aboutContainer">
<div class="aboutHeader">
<h1 class="title">phi code editor</h1>
<ul class="navigation-links">
<li><a href="https://github.com/felixangell/phi">Source Code</a></li>
<li><a href="https://github.com/felixangell/phi/releases">releases</a></li>
</ul>
</div>
<p>
Phi is a (very opinionated) code editor with the main goals of simplicity and speed.
</p>
<p>
The editor is still a work in progress.
</p>
</div>
</header>
<div class="screenshotContainer">
<img alt="screenshot of the editor" class="fit" src="./images/screenshot.png">
</div>
</main>
</body>
</html>