2020-01-31 13:16:37 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>I N T E R M O D A L</title>
|
2020-01-31 17:20:17 +01:00
|
|
|
<link href="index.css" rel="stylesheet" type="text/css">
|
2020-01-31 13:16:37 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-03-21 00:00:37 +01:00
|
|
|
<div id="intermodal">
|
|
|
|
<div id="i"></div>
|
|
|
|
<div id="n"></div>
|
|
|
|
<div id="t"></div>
|
|
|
|
<div id="e"></div>
|
|
|
|
<div id="r"></div>
|
|
|
|
|
|
|
|
<div id="m"></div>
|
|
|
|
<div id="o"></div>
|
|
|
|
<div id="d"></div>
|
|
|
|
<div id="a"></div>
|
|
|
|
<div id="l"></div>
|
|
|
|
|
|
|
|
<a href="https://github.com/casey/intermodal"> github </a>
|
|
|
|
<a href="https://github.com/casey/intermodal/releases"> releases </a>
|
|
|
|
<a href="https://discordapp.com/invite/HaaT5Qz"> discord </a>
|
|
|
|
<a href="book"> book </a>
|
|
|
|
<a href="https://crates.io/crates/imdl"> crates.io </a>
|
|
|
|
</div>
|
2020-01-31 13:16:37 +01:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<!-- Love, Casey -->
|