15 lines
331 B
HTML
15 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Welcome to my corner of the web</title>
|
|
</head>
|
|
|
|
<body>
|
|
<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="servius_neocity" />
|
|
<link data-trunk rel="copy-dir" href="assets" data-target-path="assets" />
|
|
</body>
|
|
|
|
</html>
|