mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-13 18:46:17 +05:00
14 lines
295 B
HTML
14 lines
295 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ArchiveBox consolelog preview fixture</title>
|
|
</head>
|
|
<body>
|
|
<h1>ArchiveBox consolelog preview fixture</h1>
|
|
<script>
|
|
console.log("archivebox-consolelog-preview-fixture");
|
|
</script>
|
|
</body>
|
|
</html>
|