21 lines
581 B
HTML
21 lines
581 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Just: A Command Runner</title>
|
|
<link href="index.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div id="j"></div>
|
|
<div id="u"></div>
|
|
<div id="s"></div>
|
|
<div id="t"></div>
|
|
<a href="https://github.com/casey/just">github</a>
|
|
<a href="man/">manual</a>
|
|
<a href="https://discord.gg/ezYScXR">discord</a>
|
|
<a href="https://crates.io/crates/just">crates.io</a>
|
|
</body>
|
|
</html>
|
|
<!-- Love, Casey -->
|