Skip to content

Commit

Permalink
chore: updated head tag for about and term html
Browse files Browse the repository at this point in the history
  • Loading branch information
forscht committed Apr 22, 2023
1 parent 8f6cf8d commit 810807e
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 10 deletions.
36 changes: 32 additions & 4 deletions http/static/about.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,41 @@
<!doctype html>
<html>
<html lang="en">
<meta content="text/html;charset=utf-8" http-equiv="content-type"/>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="{{serviceName}} - Fast Temp Mail for Everyone. Get ad-free and fast temporary email addresses."
name="Description">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
name="description">
<meta content="Darshan H." name="author">

<meta content="index.html" property="og:url">
<meta content="{{serviceName}} - Fast temporary email address for everybody" property="og:title">
<meta content="favicon.png" property="og:image">
<meta content="{{serviceName}}" property="og:site_name">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
property="og:description">

<meta content="summary" name="twitter:card">
<meta content="@pewpewyadead" name="twitter:creator">
<meta content="favicon.png" property="og:image">
<meta content="{{serviceName}} - Fast temporary email address for everybody" name="twitter:title">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
name="twitter:description">

<title> About {{serviceName}} - Fast temporary email address for everybody!</title>

<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<link href="css/styles.css" rel="stylesheet" type="text/css">
<title>{{serviceName}} - Fast Temp Mail for Everyone</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion http/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<body>

<h1><a href="index.html">{{serviceName}}</a></h1>
<p>Fast temp mail address for everybody!</p>
<p>Fast temporary email address for everybody!</p>
<a href="about.html">What is {{serviceName}}?</a> | <a href="https://github.com/forscht/watt"> Source Code</a>
<br><br>
<label for="address-input"><b>New Inbox</b></label> </br>
Expand Down
39 changes: 34 additions & 5 deletions http/static/terms.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="{{serviceName}} - Fast Temp Mail for Everyone. Get ad-free and fast temporary email addresses.">
<link href="css/styles.css" type="text/css" rel="stylesheet">
<title>{{serviceName}} - Fast Temp Mail for Everyone</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
name="description">
<meta content="Darshan H." name="author">

<meta content="index.html" property="og:url">
<meta content="{{serviceName}} - Fast temporary email address for everybody" property="og:title">
<meta content="favicon.png" property="og:image">
<meta content="{{serviceName}}" property="og:site_name">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
property="og:description">

<meta content="summary" name="twitter:card">
<meta content="@pewpewyadead" name="twitter:creator">
<meta content="favicon.png" property="og:image">
<meta content="{{serviceName}} - Fast temporary email address for everybody" name="twitter:title">
<meta content="{{serviceName}} is a free and open-source temporary email service that provides ad-free and fast email addresses for temporary use."
name="twitter:description">

<title> Term and services of {{serviceName}} - Fast temporary email address for everybody!</title>

<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>

Expand Down

0 comments on commit 810807e

Please sign in to comment.