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

Merge pull request #25 from wailsapp/create-wails-css

Update basic template to use default CSS
This commit is contained in:
Lea Anthony 2019-01-15 18:53:12 +11:00 committed by GitHub
commit a6489a1044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>