13 lines
291 B
HTML
Executable file
13 lines
291 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Privacy Policy</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<h4>Privacy Policy</h4>
|
|
<p.main>Include your privacy policy here.
|
|
</p>
|
|
</body>
|
|
</html>
|