Set charset & viewport meta tags

This commit is contained in:
2025-11-06 13:24:11 -06:00
parent 7a5148dc74
commit 3f6a4ae532

View File

@@ -1,6 +1,8 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <style>
h1 { h1 {
text-align: center; text-align: center;