-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 929 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fwrdto.me</title>
<link href="https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet">
<style>
* {
font-family: 'Barlow Semi Condensed', sans-serif;
}
#main {
padding: 0 32px;
line-height: 1.4;
}
</style>
</head>
<body>
<div id="main">
<h1>fwrdto.me</h1>
<p>
<strong>Service has been discontinued.</strong><br />
Sources of the API, Chrome extension and iOS app are <a href="https://github.com/valentindotxyz/fwrdtome-app">available on Github</a>.
</p>
<p>
<small>fwrdto.me by <a href="https://valentin.xyz">Valentin Polo</a> from Paris, France.</small>
</p>
</div>
</body>
</html>