chromium/ui/webui/examples/resources/browser/index.html

<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="index.css">
</head>
<body>
  <script type="module" src="index.js"></script>
  <div id="navbar">
    <input id="back" type="button" value="Back" />
    <input id="forward" type="button" value="Forward" />
    <input id="address" type="text" />
    <input id="go" type="button" value="Go" />
  </div>
  <webview id="webview"></webview>
</body>
</html>