Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Last active January 30, 2023 07:33
Show Gist options
  • Save MariusBongarts/f47e52f4f58f31ab9c82950565e81097 to your computer and use it in GitHub Desktop.
Save MariusBongarts/f47e52f4f58f31ab9c82950565e81097 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chrome History Dashboard</title>
<style>
body {
width: 400px;
height: 350px;
}
</style>
</head>
<body>
<script src="/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment