Okay, I'll get rid of the worst initial load junk at least

This commit is contained in:
Dominik V. Salonen 2018-03-15 16:28:22 +01:00
parent c74ef2ce5f
commit 7e893ceebf
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.0.11/css/fork-awesome.min.css" integrity="sha256-MGU/JUq/40CFrfxjXb5pZjpoZmxiP2KuICN5ElLFNd8=" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" />
</head>
<body onload="javascript:initialContent();">
<body>
<div id="site">
<div id="content">

View File

@ -59,3 +59,5 @@ function initialContent() {
setContent(contentArea, '<p class="initial-text">Click a button!</p>');
}
initialContent();