Update basic template to use default CSS

This commit is contained in:
Lea Anthony 2019-01-15 18:52:18 +11:00
commit df911adcae
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -6,6 +6,7 @@ import (
var html = `
<div style='text-align:center'>
<div class="wails-logo" style="width: 25rem;margin: auto;height: 25rem;"></div>
<h1> Basic Template </h1>
Welcome to your basic Wails app!
</div>