[小记]JS简单加密页面
用JS搞个简单的页面加密……
以下是代码:
老子是80后的强人,却保持着70后的优秀思想,拥有90后的聪明头脑,贱踏在00后艰苦奋斗的大马路上……
test
test
<script>
window.alert("先试试这个脚本有用不?");
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>水平竖弹向上三级弹出菜单–By Hack38 2008-3-29</title>
<style type="text/css">
/* common styling */
.menu {font-family: verdana, arial, sans-serif; width:735px; position:relative; font-size:11px; margin:50px auto;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:94px; height:25px; text-align:left; color:#000; padding-left:10px; border:1px solid #fff; border-width:0 1px 1px 0; background:#c9c9a7; line-height:25px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: [...]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS下拉菜单</title>
<style type="text/css">
<!–
/* Main Styles */
body{
margin: 5px 0;
padding: 0;
background-color: #000;
color: #949494;
text-align: center;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
}
ul{
list-style-type: none;
}
a.gen{
color: #949494;
text-decoration: none;
font-weight: bold;
}
a.gen:hover{
[...]