Fixed web window title spelling error.

This commit is contained in:
Chris Davoren 2023-10-21 16:44:20 +10:00
parent 7367c6ddc4
commit 364fa068b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<html> <html>
<title>Traffic Light Simmulation Frontend</title> <title>Traffic Light Simulation Frontend</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:normal,bold,italic" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:normal,bold,italic" />
<style> <style>
body { body {