2024-02-23 04:35:39 -05:00
|
|
|
<!DOCTYPE html>
|
2023-11-04 14:15:58 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2024-02-23 04:35:39 -05:00
|
|
|
<base target="_top">
|
2023-11-04 14:15:58 -04:00
|
|
|
</head>
|
|
|
|
<body style="color: #fff">
|
|
|
|
<tf-journal-app></tf-journal-app>
|
|
|
|
<script src="commonmark.min.js"></script>
|
2024-02-23 04:35:39 -05:00
|
|
|
<script>window.litDisableBundleWarning = true;</script>
|
2023-11-04 14:15:58 -04:00
|
|
|
<script src="tf-journal-app.js" type="module"></script>
|
|
|
|
<script src="tf-journal-entry.js" type="module"></script>
|
|
|
|
<script src="tf-id-picker.js" type="module"></script>
|
|
|
|
</body>
|
2024-02-23 04:35:39 -05:00
|
|
|
</html>
|