14 lines
252 B
HTML
14 lines
252 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" />
|
|
</body>
|
|
|
|
</html>
|