diff options
| author | Jeroen <jeroenpardon@users.noreply.github.com> | 2021-08-04 02:14:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 02:14:47 +0200 |
| commit | 2db1e87300be6bc5f906f09140ffb56eb0d7a305 (patch) | |
| tree | 32d508ee9ef9f2a13cb3f1db6110ae208b5b83c1 /index.html | |
| parent | c93d1e1621a5479f77a571ed5564af10aa85b9bc (diff) | |
| parent | 38163a4d6e6dc5317b3ae6aef07ae501ee40f0c3 (diff) | |
Merge pull request #17 from N0ahMC/master
Updated dependencies, added website language, and added website description.
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,14 +1,15 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>SUI</title> <meta charset="utf-8"> + <meta name="description" content="a startpage for your server and / or new tab page"> <meta http-equiv="Default-Style" content=""> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" /> <link type="text/css" rel="stylesheet" href="./assets/css/styles.css" media="screen,projection"/> <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet"> - <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.1/handlebars.min.js"></script> - <script src="https://code.iconify.design/1/1.0.0-rc7/iconify.min.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.7/handlebars.min.js"></script> + <script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script> </head> <body onload="loadFunctions()"> |