[] Favicon

This commit is contained in:
Parrot 2023-10-17 13:57:15 +00:00
parent 86cc529c24
commit 356e18abd2

View file

@ -1,9 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flow OS</title> <title>Flow OS</title>
<link rel="shortcut icon" href="./src/assets/flow.png" type="image/png">
</head> </head>
<body> <body>
<script src="https://unpkg.com/filer"></script> <script src="https://unpkg.com/filer"></script>