Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@
placeholder: https://example.com/jobs.html
spec: 6
---

<html>
<head>
<title>Web Security</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="learn about the web security and why it has become important in 2020" content="Web security">
<meta name="Web security, online protection" content="HTML, CSS, JavaScript">
</head>
<body>
<div id="txt-notification">
<div class="notification is-success is-pulled">
<button onclick="removeNotification()" class="delete"></button>
Expand Down Expand Up @@ -176,3 +184,4 @@ <h1 class="title">Spread the word</h1>
</section>

<script src="{{ "/js/genform.js" | relative_url}}?v={{ site.time | date: "%s" }}"></script>
</body>