https://github.com/angular/angular
Raw File
Tip revision: cb925a7476f189125a9f0b7f98e89cdc1b7f82cd authored by Ben Hong on 06 May 2024, 17:46:39 UTC
docs: fix vertical playground spacing issue
Tip revision: cb925a7
index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Angular Examples</title>
    <base href="/" />

    <!-- Prevent the browser from requesting any favicon. This could throw off the console
      output checks. -->
    <link rel="icon" href="data:," />
  </head>
  <body>
    <example-app>Loading...</example-app>
    <script src="/app_bundle.js"></script>
  </body>
</html>
back to top