initial commit: gh-page
This commit is contained in:
32
index.html
Normal file
32
index.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!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>
|
||||
<a href='https://twitter.com/hawkapp'>Twitter</a>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user