diff --git a/frontend/src/components/myPage.vue b/frontend/src/components/myPage.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e8b04fe191cfcf6a2fa23afc6dfbcbf4d432fcbc
--- /dev/null
+++ b/frontend/src/components/myPage.vue
@@ -0,0 +1,15 @@
+<template>
+  <!DOCTYPE html>
+  <html lang="en">
+    <head>
+        <meta charset="UTF-8">
+        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
+        <title>Majorbook-My Page</title>
+    </head>
+    <body>
+        <h1>My Page</h1>
+
+        <button>�섏젙�섍린</button>
+    </body>
+  </html>
+</template>
\ No newline at end of file