Skip to content
Snippets Groups Projects

Added barebones skeleton HTML pages for controller integration

Merged Connor Brock requested to merge 15 into main
4 files
+ 43
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 11
0
 
<!DOCTYPE html>
 
<html lang="en">
 
<head>
 
<meta charset="UTF-8">
 
<title>Caerleon</title>
 
</head>
 
<body>
 
<h1> Welcome to the town of Caerleon.</h1>
 
 
</body>
 
</html>
 
\ No newline at end of file
Loading