diff options
| author | Bill <bill@billserver.senders.io> | 2020-12-01 12:21:55 -0500 | 
|---|---|---|
| committer | Bill <bill@billserver.senders.io> | 2020-12-01 12:21:55 -0500 | 
| commit | cf79c1a3b1d3f71d4df11895becce1e9b7500b4b (patch) | |
| tree | 7fa9a7475b87500a840f046a897698ef6bf02518 /www/java-setup.html | |
| parent | 8f13bfd0e92cada546af0fc20dc522fa89edfc03 (diff) | |
Add charset and lang in html and head
Saw some warnings in the console, properly setting the charset/lang
Diffstat (limited to 'www/java-setup.html')
| -rw-r--r-- | www/java-setup.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/www/java-setup.html b/www/java-setup.html index 3edd949..b4f4be6 100644 --- a/www/java-setup.html +++ b/www/java-setup.html @@ -1,9 +1,10 @@  <!DOCTYPE html> -<html> +<html lang="en">    <head>      <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">      <link rel='stylesheet' type='text/css' href='/index.css'>      <meta name="viewport" content="width=device-width, initial-scale=1"> +    <meta charset="utf-8" />      <title> Java Setup for Windows </title>    </head>    <body id="tutorial">  |