\ No newline at end of file
diff --git a/cotmw/src/components/HUDRow.vue b/cotmw/src/components/HUDRow.vue
new file mode 100644
index 0000000..0f47bd3
--- /dev/null
+++ b/cotmw/src/components/HUDRow.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
{{ props.rowProps.key }}:
+
{{ props.rowProps.value }}
+
+
+
+
\ No newline at end of file
diff --git a/cotmw/src/main.js b/cotmw/src/main.js
index 53a5078..d550e4e 100644
--- a/cotmw/src/main.js
+++ b/cotmw/src/main.js
@@ -3,5 +3,6 @@ import './assets/main.css'
import { createApp } from 'vue'
import App from './App.vue'
import 'bootstrap/dist/css/bootstrap.min.css'
+import './assets/hud.css'
createApp(App).mount('#app')