diff --git a/src/contents/design.tsx b/src/contents/design.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..f7c33c9abc399be9ebc286f394e488e98f16af7c
--- /dev/null
+++ b/src/contents/design.tsx
@@ -0,0 +1,16 @@
+
+
+export function Design() {
+ 
+    return (
+      <>
+        <div className="row mt-4">
+          <div className="col-lg-8">
+            
+          </div>
+  
+        </div>
+      </>
+    );
+  }
+  
\ No newline at end of file
diff --git a/src/contents/index.tsx b/src/contents/index.tsx
index 0d8ef6b528b770e92dd746de99a13061e629b9e8..51b8addb33f533ac86856c332e0330c40978ffc2 100644
--- a/src/contents/index.tsx
+++ b/src/contents/index.tsx
@@ -50,6 +50,9 @@ export * from "../headers/part-h.tsx"
 export * from "./proof.tsx"; 
 export * from "../headers/proof-h.tsx"
 
+export * from "./design.tsx"; 
+export * from "../headers/des-h.tsx"
+
 
 
 
diff --git a/src/headers/des-h.tsx b/src/headers/des-h.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..d0e066d81042a59fbcdb4b1bc175c33991ef1b42
--- /dev/null
+++ b/src/headers/des-h.tsx
@@ -0,0 +1,15 @@
+export function DESH() {
+
+    return (
+      <>
+        <div className="row">
+          <div className="col">
+           
+          </div>
+        </div>
+        <div className="row">
+      
+        </div>
+      </>
+    );
+  }
\ No newline at end of file
diff --git a/src/pages.ts b/src/pages.ts
index c61d45723ad5ca67d1ae845b63219d56c718449a..2b5240e24a6515a623e0c4781e9c96a40222c542 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -11,6 +11,7 @@
   Supplementary,
   Parts,
   Proof,
+  Design,
   Partners,
   Ints,
   Measurement,
@@ -22,7 +23,7 @@
   Impressum
 } from "./contents"; 
 
-import { BFHH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents";
+import { BFHH, DESH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents";
 
 interface Base {
   name: string | undefined;