Skip to content

Commit 22ba11d

Browse files
committed
add 109, 2020, 2021 ff days
1 parent f2edbe4 commit 22ba11d

File tree

3 files changed

+362
-3
lines changed

3 files changed

+362
-3
lines changed

2019/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<!doctype html>
22
<html lang="en">
3-
{% include head.html %}
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="Description" CONTENT="A free and open source software to solve partial differential equations (PDE) using the Finite Element Method (FEM)">
7+
<meta name="google-site-verification" content="P9lkdJ28NVuAgsdj9Ia5ZP5FbRsaoL9a4YYfG3cJsiA" />
8+
<link rel="stylesheet" href="https://freefem.org//css/style.css">
9+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
10+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900" rel="stylesheet">
11+
<link rel="icon" href="https://freefem.org/img/symbol_FreeFEM_97x97.png" type="image/x-icon" />
12+
<title>FreeFem day 11th</title>
13+
</head>
414

515
<body>
6-
{% include header.html %}
716

817
<div id="ffdaysMain">
918
<div id="ffdaysTitle">
@@ -358,7 +367,7 @@ <h2>Access &amp; Housing</h2>
358367
</div>
359368
</div>
360369

361-
{% include footer.html %}
370+
362371
</body>
363372

364373
</html>

0 commit comments

Comments
 (0)