tinygo.org/x/drivers@v0.27.1-0.20240509133757-7dbca2a54349/examples/net/webstatic/index.html (about) 1 <html> 2 <head> 3 <title>TinyGo - A Go Compiler For Small Places</title> 4 <style> 5 body { 6 background-color: rgb(4, 111, 143); 7 text-align: center; 8 display: flex; 9 flex-direction: column; 10 align-items: center; 11 } 12 img { 13 display: block; 14 margin: 0 auto; 15 width: 299px; 16 height: 255px; 17 } 18 h1 { 19 color: white; 20 text-align: center; 21 } 22 </style> 23 </head> 24 <body> 25 <h1>TinyGo - A Go Compiler For Small Places</h1> 26 <img src="images/tinygo-logo.png"> 27 </body> 28 </html>