First simple version with js file

This commit is contained in:
Alban Bronisz 2021-03-17 00:01:15 +01:00
commit a8c4bde46d
3 changed files with 78 additions and 0 deletions

69
gh-fork-ribbon.css Normal file

File diff suppressed because one or more lines are too long

6
index.html Normal file
View File

@ -0,0 +1,6 @@
<head>
<meta charset="utf-8">
<script src="test1.js"></script>
</head>
<body>
</body>

3
test1.js Normal file
View File

@ -0,0 +1,3 @@
document.write("<link rel=\"stylesheet\" href=\"gh-fork-ribbon.css\">");
document.write("<div><a href=\"https://caracals.org\" class=\"cara-logo right-bottom fixed\" title=\"Visiter le site des Caracals\">Visiter le site des Caracals</a></div>");