mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 12:43:31 +03:00
23 lines
440 B
HTML
23 lines
440 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link href="style.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<form>
|
||
|
<label>
|
||
|
Ship HTTP endpoint:
|
||
|
<input id="endpoint" type="text" placeholder="your-ship.arvo.network" />
|
||
|
</label>
|
||
|
|
||
|
<button type="submit">Save</button>
|
||
|
</form>
|
||
|
|
||
|
<script src="../storage.js"></script>
|
||
|
<script src="script.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|