17 lines
346 B
HTML
17 lines
346 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Welcome to Bethany' Pie Shop!</title>
|
||
|
<meta name="author" content="Bethany's Pie Shop">
|
||
|
<meta name="description" content="Store front for Bethany's Pie Shop">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|