Skip to content

Commit

Permalink
feat: html titles
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkun committed Oct 25, 2023
1 parent 5a7bad3 commit 2c9f66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Display buildings in 3D</title>
<title>Metro - Rail Time Map</title>
<meta property="og:description" content="Use extrusions to display buildings' height in 3D." />
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion zoomed.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Display buildings in 3D</title>
<title>Metro - Rail Time Map - Zoomed</title>
<meta property="og:description" content="Use extrusions to display buildings' height in 3D." />
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 2c9f66d

Please sign in to comment.