github.com/blend/go-sdk@v1.20220411.3/examples/web/static/index.html (about) 1 <!-- 2 Copyright (c) 2022 - Present. Blend Labs, Inc. All rights reserved 3 Use of this source code is governed by a MIT license that can be found in the LICENSE file. 4 --> 5 <!DOCTYPE html> 6 <html lang="en"> 7 <head> 8 <meta charset="utf-8"> 9 <title>Example Static App</title> 10 <meta name="referrer" content="no-referrer" /> 11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 12 <link rel="stylesheet" type="text/css" href="/static/app.css" /> 13 <script type="text/javascript" src="/static/app.js"></script> 14 </head> 15 <body> 16 <h1>Example Static App</h1> 17 </body> 18 </html>