Add titles to pages

This commit is contained in:
EnumDev 2025-03-27 11:53:32 +02:00
parent fc99f31862
commit 874613dc27
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<link type="text/css" rel="stylesheet" href="index.css">
<link rel="icon" type="image/jpg" href="assets/favicon.jpg">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<title>Home</title>
</head>
<body>
<div class="navbar">

View File

@ -7,6 +7,7 @@
<link type="text/css" rel="stylesheet" href="projects.css">
<link rel="icon" type="image/jpg" href="assets/favicon.jpg">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<title>Projects</title>
</head>
<body>
<div class="navbar">