Browse Source

updating dos level 1

cecylia 8 years ago
parent
commit
d3c60f5316
3 changed files with 4 additions and 6 deletions
  1. 1 1
      levels/02 Spoofs/spoofs02.json
  2. 0 2
      levels/03 DoS/dos01.html
  3. 3 3
      levels/03 DoS/dos01.json

+ 1 - 1
levels/02 Spoofs/spoofs02.json

@@ -112,5 +112,5 @@
 			}
 			}
 	    }
 	    }
         ],
         ],
-	nextLevel: "03 DoS/dos01.json"
+	nextLevel: 8
 }
 }

+ 0 - 2
levels/03 DoS/dos01.html

@@ -1,5 +1,3 @@
-<link rel="stylesheet" href="../../includes/css/base.css" />
-<link rel="stylesheet" href="../../includes/css/style.css" />
 
 
 <h1>DoS Level 1</h1>
 <h1>DoS Level 1</h1>
 
 

+ 3 - 3
levels/03 DoS/dos01.json

@@ -2,7 +2,7 @@
 	devices:[
 	devices:[
 		{
 		{
 			id:"Alice",
 			id:"Alice",
-			type:"NullComputer",
+                        image: "imac",
 			ports:1,
 			ports:1,
 			x:0.25,
 			x:0.25,
 			y:0.5,
 			y:0.5,
@@ -10,7 +10,7 @@
 		},
 		},
 		{
 		{
 			id:"Google",
 			id:"Google",
-			type:"NullComputer",
+                        image: "server",
 			ports:1,
 			ports:1,
 			x:0.75,
 			x:0.75,
 			y:0.5,
 			y:0.5,
@@ -31,5 +31,5 @@
 			times:50
 			times:50
 		}
 		}
 	],
 	],
-	nextLevel:"03 DoS/dos02.json"
+	nextLevel:9
 }
 }