4 <meta name="viewport" content="width=600">
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
6 <title>Web GPU Hello Triangle demo</title>
7 <link rel="stylesheet" href="css/style.css">
8 <link rel="stylesheet" href="https://webkit.org/wp-content/themes/webkit/style.css">
13 <h2>Web GPU not available</h2>
15 Make sure you are on a system with Web GPU enabled. In
16 Safari, first make sure the Developer Menu is visible (Preferences →
17 Advanced), then Develop → Experimental Features → Enable Web GPU.
20 <script src="scripts/hello-triangle.js"></script>