Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="about.htm">About</a></li>
<li><a href="contact.htm">Contact</a></li>
</ul>
<!--#include virtual="/menu.txt" -->
<html>
<head>
<title>My Great Company</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id="logo">GreatCo</div>
<div id="menu"><!--#include virtual="/menu.txt" --></div>
<div id="content">What a great company!</div>
</body>
</html>
[red]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>I Love Kittens:[/red] Home Page[red]</title>
<meta name="author" content="Chris Hunt">
<link rel="stylesheet" type="text/css" href="kitties.css" />
</head>
<body>
<table>
<tr>
<td><h1>I Love Kittens</h1></td>
</tr>
<tr>
<td>[/red]
<h2>Home Page</h2>
<p>Aww... they're so cute!</p>
[red] </td>
</tr>
</table>
</body>
</html>[/red]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>I Love Kittens: Home Page</title>
<!--#include virtual="/head.txt" -->
</head>
<body>
<!--#include virtual="/top.txt" -->
<h2>Home Page</h2>
<p>Aww... they're so cute!</p>
<!--#include virtual="/bottom.txt" -->
</body>
</html>
<meta name="author" content="Chris Hunt">
<link rel="stylesheet" type="text/css" href="kitties.css">
<table>
<tr>
<td><h1>I Love Kittens</h1></td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<div id="banner">
<h1>I Love Kittens</h1>
</div>
<div id="content">
</div>