Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make text bigger
  • Loading branch information
Wash committed Oct 30, 2018
commit daa19c3296d82dec0195339ca5e4516aa804a6d5
4 changes: 2 additions & 2 deletions the_internet.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 100%;
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: xx-large;
font-size: 84px;
}

</style>
Expand All @@ -43,7 +43,7 @@
}, 100);
}

window.onload = main;
window.onload = window.setTimeout(main, 1000);
</script>
</head>

Expand Down