5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:59:34 +08:00

Update basic template to use default CSS

This commit is contained in:
Lea Anthony 2019-01-15 18:52:18 +11:00
parent 7135d4fa27
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>