Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fast refresh #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div align="center">
<img src="https://ossphilippines.github.io/temple/temple-icon.png" width="100" />
<h1>Temple</h1>
<p>The reactive web component template engine.</p>
<p>The reactive web component template engine</p>
<a href="https://www.npmjs.com/package/@ossph/temple"><img src="https://img.shields.io/npm/v/%40ossph%2Ftemple.svg?style=flat" /></a>
<a href="https://github.com/OSSPhilippines/temple/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" /></a>
<a href="https://github.com/OSSPhilippines/temple/commits/main/"><img src="https://img.shields.io/github/last-commit/OSSPhilippines/temple" /></a>
<a href="https://github.com/OSSPhilippines/temple/blob/main/README.md#contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
<br />
<br />
<a href="https://ossphilippines.github.io/temple">Documentation</a>
<a href="https://ossphilippines.github.io/temple">Documentation </a>
<br />
<hr />
</div>
Expand Down
24 changes: 14 additions & 10 deletions docs/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,25 @@
<meta name="twitter:image" content="https://ossphilippines.github.io/temple/temple-logo.png" />
<link rel="favicon" href="/temple/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="/temple/favicon.png" />
<link rel="stylesheet" type="text/css" href="/temple/styles/fontawesome/all.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<link rel="stylesheet" media="(prefers-color-scheme:light)" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/light.css" />
<link rel="stylesheet" media="(prefers-color-scheme:dark)" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/dark.css" />
<link rel="stylesheet" type="text/css" href="/temple/styles/global.css" />
<link rel="stylesheet" type="text/css" href="/temple/build/client/055f1a2f37d39d4fe92a.css" />
<link rel="stylesheet" type="text/css" href="/temple/build/client/e3f8653650902fcc262b.css" />

<script data-app="eyJwcm9wcyI6eyJ0aXRsZSI6IlRlbXBsZSBEb2N1bWVudGF0aW9uIn0sImVudiI6eyJCVUlMRF9JRCI6IjA1NWYxYTJmMzdkMzlkNGZlOTJhIn19" src="/temple/build/client/055f1a2f37d39d4fe92a.js"></script>
<script data-app="eyJwcm9wcyI6eyJlcnJvciI6IkRvY3VtZW50IG11c3Qgc3RhcnQgd2l0aCBhbiA8aHRtbD4gdGFnLiJ9LCJlbnYiOnsiQlVJTERfSUQiOiJlM2Y4NjUzNjUwOTAyZmNjMjYyYiJ9fQ==" src="/temple/build/client/e3f8653650902fcc262b.js"></script>

<script src="/dev.js"></script>

</head>
<body class="dark bg-t-0 tx-t-1 arial">
<body class="dark bg-t-0 tx-t-1 tx-arial">
<panel-layout>
<panel-head><menu class="flex flex-center-y px-20 py-15 m-0 bg-t-1">
<header><menu class="flex flex-center-y px-20 py-15 m-0 bg-t-1">

<a href="/temple">
<img alt="Temple Logo" class="h-26 mr-10" src="/temple/temple-icon.png" />
</a>
<h3 class="flex-grow tx-uppercase">
<h3 class="flex-grow tx-upper">
<a class="tx-white" href="/temple">Temple</a>
</h3>

Expand All @@ -47,18 +51,18 @@ <h3 class="flex-grow tx-uppercase">
<i class="fab fa-discord text-white"></i>
</a>
</nav>
</menu></panel-head>
<panel-main class="scroll-auto">
</menu></header>
<main class="scroll-auto">
<div class="p-20 w-calc-full-40">
<h1 class="pt-10 pb-20">Oops...</h1>
<i18n-translate p trim>
Something went wrong. Please try again later.
</i18n-translate>

<pre class="bg-black courier tx-lh-22 tx-word-wrap p-10 scroll-x-auto tx-prewrap">Unknown Error</pre>
<pre class="bg-black courier tx-lh-22 tx-word-wrap p-10 scroll-x-auto tx-prewrap">Document must start with an &lt;html&gt; tag.</pre>

</div>
</panel-main>
</main>
</panel-layout>
</body>
</html>
4 changes: 4 additions & 0 deletions docs/build/client/418e9942884d4639bd82.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading