Skip to content

Commit

Permalink
Update Pico to v2 Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Feb 11, 2024
1 parent 2d0bbed commit 5c8c169
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<title>Parameter Page — A custom webpage, powered by URL query parameters</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
<script src="https://cdn.jsdelivr.net/npm/marked@4/marked.min.js"></script>
<script async src="https://cdn.jsdelivr.net/npm/qrious@4/dist/qrious.min.js"></script>
<style>
Expand All @@ -57,7 +57,7 @@

<main class="container">
<div>
<article style="max-width:900px;margin:auto;">
<article style="max-width:900px;margin:10vh auto;">
<header class="headings">
<h1 id="title" style="margin-bottom:0"></h1>
<a id="example" href="/?title=This%20is%20an%20Example%20Page&description=**Anything**%20that%20you%20want%20to%20say%20will%20be%20encoded%20_into%20the%20link%20itself_%20for%20you%20to%20share.&image=https%3A%2F%2Flive.staticflickr.com%2F65535%2F52259221868_e86daccb7d_6k.jpg&alt=An%20undulating%2C%20translucent%20star-forming%20region%20in%20the%20Carina%20Nebula%20is%20shown%20in%20this%20Webb%20image%2C%20hued%20in%20ambers%20and%20blues%3B%20foreground%20stars%20with%20diffraction%20spikes%20can%20be%20seen%2C%20as%20can%20a%20speckling%20of%20background%20points%20of%20light%20through%20the%20cloudy%20nebula&link=%2F&linktext=Make%20Your%20Own!">See an Example</a>
Expand Down Expand Up @@ -103,7 +103,6 @@ <h4>Your Link</h4>
<button id="qr">⬇️ Download QR Code</button>
</div>
</section>
<p style="float:right"><small><a href="https://herzog.tech/" target="_blank">💙</a></small></p>
</article>
</div>
</main>
Expand All @@ -117,7 +116,7 @@ <h4>Your Link</h4>
Anybody can create and share one of these links.
This is a simple way to create small webpages without needing to host anything yourself.
</p>
<span id="reset" role="button">Make Your Own</span>
<span id="reset" role="button">Make Your Own</span>
</details>
</footer>

Expand Down

0 comments on commit 5c8c169

Please sign in to comment.