diff options
| author | Noah <65922318+N0ahMC@users.noreply.github.com> | 2021-04-21 12:21:43 -0500 |
|---|---|---|
| committer | Noah <65922318+N0ahMC@users.noreply.github.com> | 2021-04-21 12:21:43 -0500 |
| commit | 38163a4d6e6dc5317b3ae6aef07ae501ee40f0c3 (patch) | |
| tree | e236ea600163aae0b5e9af69d328805e1beb92ab | |
| parent | 244840732b5502c368cde03449058b0a0aaeb64a (diff) | |
Updated dependencies, added website lang, and added website description.
| -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()"> |