Skip to content

Commit ebc27b7

Browse files
committed
Initial commit
1 parent 8c14342 commit ebc27b7

File tree

9 files changed

+21
-0
lines changed

9 files changed

+21
-0
lines changed
63.3 KB
Loading
388 KB
Loading

assets/pictures/apple-touch-icon.png

56.7 KB
Loading

assets/pictures/favicon-16x16.png

794 Bytes
Loading

assets/pictures/favicon-32x32.png

2.46 KB
Loading

assets/pictures/favicon.ico

15 KB
Binary file not shown.

assets/pictures/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>FXCourel</title>
6+
<link rel="stylesheet" type="text/css" href="css/styles.css">
7+
<link rel="stylesheet" type="text/css" href="css/fonts.css">
8+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/pictures/apple-touch-icon.png">
9+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/pictures/favicon-32x32.png">
10+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/pictures/favicon-16x16.png">
11+
<link rel="manifest" href="/assets/pictures/site.webmanifest">
12+
</head>
13+
<body>
14+
<header>
15+
16+
</header>
17+
18+
<script type="text/javascript" src="js/main.js"></script>
19+
</body>
20+
</html>

js/main.js

Whitespace-only changes.

0 commit comments

Comments
 (0)