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 bb1afc9 commit ed32832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion raw.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
(function () {
try {
alert('da');
var articles = document.querySelectorAll('article');
var timestamp = new Date().toLocaleString();
// HTML Template
alert('da');

var htmlContent = `
<!DOCTYPE html>
<html>
Expand Down

0 comments on commit ed32832

Please sign in to comment.