all repos — caroster @ f23ba3d49ddd49492d4bb06c4a345acf3ec0235c

[Octree] Group carpool to your event https://caroster.io

e2e/src/html/sent.html (view raw)

 1<!DOCTYPE html>
 2<html lang="en">
 3  <head>
 4    <meta charset="utf-8" />
 5    <title>Mail sent!</title>
 6    <meta name="viewport" content="width=device-width,initial-scale=1" />
 7    <link rel="stylesheet" href="/style.css" />
 8  </head>
 9  <body>
10    <p id="result">Mail sent!</p>
11    <p id="back"><a href="/">Back</a></p>
12  </body>
13</html>