Skip to content

Commit

Permalink
Update raw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrischa authored Dec 18, 2024
1 parent f935fba commit 55fcdb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<title>Chat Export</title>
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/default.min.css">
</head>
<body>
<h1><a href="${window.location.href}" target="_blank">${window.location.href}</a></h1>
<div class="timestamp">Exported on: ${timestamp}</div>
<div class="chat-container">
`;

Expand Down

0 comments on commit 55fcdb9

Please sign in to comment.