6d5f489f19
Grid and flexbox made this way better than they would have been otherwise. Also with cool glow-on-hover effect! type: documentation
32 lines
964 B
HTML
32 lines
964 B
HTML
<!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>
|
|
<link href="index.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|
|
<!-- Love, Casey -->
|