├── index.html ├── map.html ├── personal.html └── vedio.html /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Document 7 | 8 | 9 |

Inline CSS

10 | 11 | -------------------------------------------------------------------------------- /map.html: -------------------------------------------------------------------------------- 1 | ]\ 2 | ['p;oiuytrewq ASDFGHJKL;' 3 | ?>,MNBVCXZ67u89-;0p[']='] 4 | -------------------------------------------------------------------------------- /personal.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Personal Information 7 | 36 | 37 | 38 | 39 |
40 |

Personal Information

41 | 63 |
64 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /vedio.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Audio and Video Example 7 | 8 | 9 |

Audio Example

10 | 14 | 15 |

Video Example

16 | 20 | 21 | 22 | --------------------------------------------------------------------------------