mirror of https://github.com/Lissy93/dashy.git
♿ Adds lang tag to initialization screen
This commit is contained in:
parent
93e99127ec
commit
ddb6d77ef9
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<!-- Dashy: Licensed under MIT, (C) 2021 Alicia Sykes <https://aliciasykes.com> -->
|
<!-- Dashy: Licensed under MIT, (C) 2021 Alicia Sykes <https://aliciasykes.com> -->
|
||||||
<!-- This is the default page, displayed while the app is still building -->
|
<!-- This is the default page, displayed while the app is still building -->
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Dashy</title>
|
<title>Dashy</title>
|
||||||
<meta name="description" content="Welcome to Dashy">
|
<meta name="description" content="Welcome to Dashy">
|
||||||
|
|
Loading…
Reference in New Issue