My experience with AngularJS is new, and I am currently working on removing the # from the URLs without utilizing NODE or Express. The project is being hosted locally on MAMP, with index.html acting as the main entry point. Within the structure, there are two templates named header and footer. Additionally, all individual page content is stored in a partials folder such as about.html and contact.html.
<head>
<base href="/">
</head>
Despite trying to add the above code snippet, an error message of "URL not found" continues to appear. It's worth noting that my only method of importing Angular is through a CDN.