<!-- Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!DOCTYPE html>
<meta charset="utf-8">
<title>Sample System Web App timer page</title>
<header id='title'>Timer Page</header>
<p>
This is a blank background page used to open the shared worker.
</p>
<script src="timer.js"></script>