forked from plseddl/plse-deadlines
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
26 lines (25 loc) · 867 Bytes
/
index.html
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
26
---
layout: home
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Stay updated with the latest programming languages and software engineering conference deadlines.">
<meta name="keywords" content="PL SE conference deadlines, programming languages, software engineering conferences">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PL SE Conference Deadlines</title>
</head>
<body>
<header>
<h1>Programming Language and Software Engineering Conference Deadlines</h1>
<p>Stay updated with the latest programming languages and software engineering conference deadlines.</p>
</header>
<main>
<section>
<h2>Upcoming Conferences</h2>
<!-- List of conferences -->
</section>
</main>
</body>
</html>