Skip to content

Commit

Permalink
Add some texts to URL demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Sep 11, 2024
1 parent 674e0e2 commit 06616e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/url-demo/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
<script type="module" src="url-demo.js"></script>
</head>
<body>
<h1>Upa URL demo</h1>
<h1>Upa URL demo</i></h1>
<p><i>Try the <a href="https://github.com/upa-url/upa">Upa URL library</a> that runs in the browser.</i></p>

<form>
<label class="label" for="url">URL input:</label>
<input id="url" class="field" value="https://example.org/" autofocus>

<label class="label" for="base">Base URL:</label>
<label class="label" for="base">Base URL <i>(leave empty to not use base URL)</i>:</label>
<input id="base" class="field" value="https://example.org/">

<div class="label">
Expand Down

0 comments on commit 06616e9

Please sign in to comment.