phi/index.html

43 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2018-04-29 21:18:13 +03:00
<!DOCTYPE html>
<html>
2020-04-22 22:35:51 +03:00
<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>
2018-04-29 21:57:10 +03:00
2020-04-22 22:35:51 +03:00
<body>
<main>
<header>
<div class="logoContainer">
<img src="images/icon256.png">
</div>
2018-04-29 21:57:10 +03:00
2020-04-22 22:35:51 +03:00
<div class="aboutContainer">
<div class="aboutHeader">
<h1 class="title">phi code editor</h1>
2019-05-17 02:04:37 +03:00
2020-04-22 22:35:51 +03:00
<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>
2018-04-29 21:18:13 +03:00
</html>