beaker-plugin-dat
Version:
Dat-protocol plugin for the Beaker browser
17 lines • 622 B
HTML
<html>
<head>
<title>New Website</title>
<link rel="icon" href="/favicon.png">
</head>
<body>
<h1>New Website</h1>
<p>This is a brand-new website, created with <a href="https://beakerbrowser.com">Beaker</a>!</p>
<p>To modify it, click "View Site Files" to the right of the URL, and drop in your new HTML, CSS, and Javascript.</p>
<h2>Links</h2>
<ul>
<li><a href="https://beakerbrowser.com/docs">Beaker Help Docs</a></li>
<li><a href="view-dat://$DAT_KEY">View this site's files</a></li>
<li><a href="dat://$DAT_KEY">Link to this page</a></li>
</ul>
</body>
</html>