theredphone/templates/index.tmpl

26 lines
958 B
Cheetah
Raw Normal View History

2024-04-07 11:44:55 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="true" />
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
<title>TheRedPhone.xyz</title>
<link rel="icon" type="image/x-icon" href="images/theredphone.ico" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<link rel="stylesheet" type="text/css" href="styles/index.css" />
</head>
<body class="theredphone">
<div class="theredphone__title">
<h1 style="display: inline;">TheRedPhone.xyz</h1>
<h2 class="theredphone__title">Are you a paramedic or ER personnel?</h2>
</div>
<div class="theredphone__links">
<a class="theredphone__link" href="/paramedic">Paramedic</a>
<a class="theredphone__link" href="/er">ER Personnel</a>
</div>
</body>
</html>