Compare commits

..

No commits in common. "dev" and "main" have entirely different histories.
dev ... main

View file

@ -4,6 +4,6 @@
<title>My Static Website</title> <title>My Static Website</title>
</head> </head>
<body> <body>
<h1>This website says its dev branch</h1> <h1>This website says its main branch</h1>
</body> </body>
</html> </html>