-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<h1>Beaker is cool</h1>
<img src="images\beaker-logo.png" alt="The Beaker logo: formerly a beaker half-full of liquid in a blue circle, now the flattened top view of a blue beaker with the rim and spout shape visible in white" width=200 height=200>
<p>Beaker is an experimental peer-to-peer browser with support for the <a href="https://datproject.org/">dat:// protocol</a>. It's by Blue Link Labs, a team of developers who love the Web. They believe the Web is at its best when it empowers creation and encourages participation. That's why they're building a browser for a person-to-person Web. The Beaker team uses peer-to-peer technology to improve how we all can</p>
<ul>
<li>create</li>
<li>share</li>
<li>connect</li>
</ul>
<p>on the web. <a href="https://beakerbrowser.com/docs/tour">Take the tour.</a> Ready to get started? <a href="https://beakerbrowser.com/install">Beaker is available on desktop for Windows, macOS, and Linux</a>.</p>
<button id="button">Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>