Skip to content

Commit

Permalink
refactor: rename starter-basic and starter-basic-mobile folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Jan 22, 2025
1 parent 8980751 commit 4f6ee67
Show file tree
Hide file tree
Showing 173 changed files with 9,659 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/starter-mobile/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.routify
.history
node_modules
27 changes: 27 additions & 0 deletions examples/starter-mobile/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en" data-theme="dark">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />

<title>Svelte app</title>

<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">

<!-- Pico CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">

<script type="module" src="/.routify/routify-init.js"></script>
<!--ssr:head-->
<!--ssr:css-->
</head>

<body>
<!--ssr:html-->
</body>



</html>
4 changes: 4 additions & 0 deletions examples/starter-mobile/manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
name: 'starter-mobile',
description: 'A Routify starter for mobile devices.',
}
Loading

0 comments on commit 4f6ee67

Please sign in to comment.