-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 869 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="I am a Cyber Security student with an intrest in full stack Website Development. Currently I am studying at the University Of Plymouth whilst working as Junior DevSecOps Analyst"/>
<meta name="keywords" content="Ben Waters, web developer,website development, Portfolio, cyber security, website, Development, experience, south west"/>
<title>Ben Waters | Portfolio - Cyber Security and Website Development</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>