Skip to content

Commit d38afc8

Browse files
committed
Add fallback content (temp)
1 parent 07ff8a4 commit d38afc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta name="msapplication-TileColor" content="#000000">
2020
</head>
2121
<body>
22-
<div id="app"></div>
22+
<div id="app">This is your fallback content in case JavaScript fails to load.</div>
2323
<!-- Todo: only include in production -->
2424
<script>
2525
if('serviceWorker' in navigator) {

0 commit comments

Comments
 (0)