]> git repositories - temperature-converter.git/commitdiff
added title and description
authorametoresu <mail@tenkyuu.dev>
Mon, 23 Dec 2024 02:47:16 +0000 (10:47 +0800)
committerametoresu <mail@tenkyuu.dev>
Mon, 23 Dec 2024 02:47:16 +0000 (10:47 +0800)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..dbd4901
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="author" content="ametoresu">
+  <meta name="description" content="converts temperatures from Celcius, Fahrenheit, and Kelvin.">
+  <meta name="robots" content="index, follow">
+  <title>Temperature Converter by ametoresu</title>
+  <link rel="icon" type="image/ico" href="/assets/icons/favicon.ico">
+  <meta property="og:type" content="website">
+  <meta property="og:title" content="Temperature Converter by ametoresu">
+  <meta property="og:description" content="a web application that converts temperatures on various units.">
+  <meta property="og:image" content="/assets/pfp/profile.jpg">
+  <meta property="og:url" content="https://tenkyuu.dev">
+  <meta name="twitter:card" content="summary_large_image">
+<body>
+  
+</body>
+</html>
\ No newline at end of file