-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_envelope
More file actions
25 lines (25 loc) · 1.13 KB
/
html_envelope
File metadata and controls
25 lines (25 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="devpogi" />
<link rel="stylesheet" href="style.css" />
<meta name="description" content="devprabal's personal note-taking website">
<meta property="og:url" content="https://devprabal.github.io/notes/">
<meta property="og:type" content="website">
<meta property="og:title" content="devpogi notes">
<meta property="og:description" content="devprabal's personal note-taking website">
<meta property="og:image" content="https://devprabal.github.io/notes/notes_github_cover.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="devprabal.github.io">
<meta property="twitter:url" content="https://devprabal.github.io/notes/">
<meta name="twitter:title" content="devpogi notes">
<meta name="twitter:description" content="devprabal's personal note-taking website">
<meta name="twitter:image" content="https://devprabal.github.io/notes/notes_github_cover.png">
<title>devpogi notes</title>
</head>
<body>
<header>
<a href="./index.html">Home</a>
</header>