This commit is contained in:
cupcakearmy 2022-01-24 12:59:42 +01:00
parent 5a3e5d744a
commit 638856e135
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Random email generator based on a given domain." />
<title>Random E-Mail Generator</title>
%svelte.head%
</head>
<body>

View File

@ -28,7 +28,7 @@
})
</script>
<Headline>Random Email</Headline>
<Headline>Random Email Generator</Headline>
<p>Generate random email addresses for a given domain</p>
<br />