just/www/index.html

25 lines
824 B
HTML
Raw Normal View History

<!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>
2022-12-15 13:15:11 -08:00
<a href="https://github.com/casey/just"><div id="j"></div></a>
<a href="/man/en/"><div id="u"></div></a>
<a href="https://discord.gg/ezYScXR"><div id="s"></div></a>
<a href="https://crates.io/crates/just"><div id="t"></div></a>
<a href="https://github.com/casey/just">github</a>
2022-12-15 13:15:11 -08:00
<a href="/man/en/">manual</a>
<a href="https://discord.gg/ezYScXR">discord</a>
<a href="https://crates.io/crates/just">crates.io</a>
<div></div>
<a href="man/zh/">用户指南</a>
<div></div>
<div></div>
</body>
</html>
<!-- Love, Casey -->