Hawk/index.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2015-09-08 14:02:44 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hawk | Keep an eye on your files</title>
<link rel='stylesheet' href='style.css' />
</head>
<body>
<header>
<h1>Hawk</h1>
<h2>Keep an eye on your files</h2>
<a href='https://marketplace.firefox.com/app/hawk/'>
<svg width="230px" height="65px">
<text font-family="Fira Sans" font-size="15" font-weight="normal" fill="#FFFFFF">
<tspan x="21" y="34">Get on Firefox Marketplace</tspan>
</text>
<rect stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-dasharray="232,45" sketch:type="MSShapeGroup" x="3" y="3" width="225.327811" height="59.0444755" rx="11" fill="none"></rect>
</svg>
</a>
</header>
<footer>
<p>Made with <i class='heart'></i> by <a href='https://dibaiee.ir'>Mahdi Dibaiee</a></p>
<a href='https://github.com/mdibaiee/Hawk/issues'>Report Bugs / Suggestions</a>
<a href='https://github.com/mdibaiee/Hawk/'>Fork on GitHub</a>
2015-09-08 15:00:40 +00:00
<a href='https://twitter.com/hawkapplication'>Twitter</a>
2015-09-08 14:02:44 +00:00
</footer>
</body>
</html>