Domain douclash.doushequ.cn
Singapore
Tencent Building, Kejizhongyi Avenue
Software information

nginx nginx 1.20.1

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2023-06-03 19:01
    Last seen 2024-06-18 20:47
    Open for 381 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65227eddc385

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/wulabing/3DCEList.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-06-18 20:47
      265 Bytes
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-18 20:47

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Tue, 18 Jun 2024 20:47:33 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-16 23:13

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Sun, 16 Jun 2024 23:14:04 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-16 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-15 19:00

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Sat, 15 Jun 2024 19:01:02 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-15 by HttpPlugin
    Create report
  • Open service 43.156.61.68:80 · douclash.doushequ.cn

    2024-06-15 19:00

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.20.1
    Date: Sat, 15 Jun 2024 19:00:56 GMT
    Content-Type: text/html
    Content-Length: 169
    Connection: close
    Location: https://douclash.doushequ.cn/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.20.1</center>
    </body>
    </html>
    
    Found 2024-06-15 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-12 21:09

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Wed, 12 Jun 2024 21:09:38 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-12 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-10 17:37

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Mon, 10 Jun 2024 17:37:43 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-10 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-08 16:07

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Sat, 08 Jun 2024 16:07:12 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-08 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-06 10:39

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Thu, 06 Jun 2024 10:39:35 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-06 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-04 08:06

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Tue, 04 Jun 2024 08:06:21 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-04 by HttpPlugin
    Create report
  • Open service 43.156.61.68:443 · douclash.doushequ.cn

    2024-06-02 10:44

    HTTP/1.1 200 OK
    Server: nginx/1.20.1
    Date: Sun, 02 Jun 2024 10:44:46 GMT
    Content-Type: text/html
    Content-Length: 13983
    Last-Modified: Fri, 31 Mar 2023 02:29:16 GMT
    Connection: close
    ETag: "6426457c-369f"
    Strict-Transport-Security: max-age=31536000
    Accept-Ranges: bytes
    
    Page title: 3D元素周期表
    
    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    		<title>3D元素周期表</title>
    
    		<script>
    			function fangdajing() {
    				var sc = document.creatElement('style');
    				sc.innerHTML="
    				
    				"
    			}
    		</script>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<style>
    			html,
    			body {
    				height: 100%;
    			}
    
    			body {
    				background-color: #000000;
    				margin: 0;
    				font-family: Helvetica, sans-serif;
    				;
    				overflow: hidden;
    			}
    
    			a {
    				color: #ffffff;
    			}
    
    			#info {
    				position: absolute;
    				width: 100%;
    				color: #ffffff;
    				padding: 5px;
    				font-family: Monospace;
    				font-size: 13px;
    				font-weight: bold;
    				text-align: center;
    				z-index: 1;
    			}
    
    			#menu {
    				position: absolute;
    				bottom: 20px;
    				width: 100%;
    				text-align: center;
    				font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
    			}
    
    			.element {
    				width: 120px;
    				height: 160px;
    				box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
    				border: 1px solid rgba(127, 255, 255, 0.25);
    				text-align: center;
    				cursor: default;
    			}
    
    
    			.element .number {
    				position: absolute;
    				top: 20px;
    				right: 20px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			.element .symbol {
    				position: absolute;
    				top: 40px;
    				left: 0px;
    				right: 0px;
    				font-size: 60px;
    				font-weight: bold;
    				color: rgba(255, 255, 255, 0.75);
    				text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
    			}
    
    			.element .details {
    				position: absolute;
    				bottom: 15px;
    				left: 0px;
    				right: 0px;
    				font-size: 12px;
    				color: rgba(127, 255, 255, 0.75);
    			}
    
    			button {
    				color: rgba(127, 255, 255, 0.75);
    				background: transparent;
    				outline: 1px solid rgba(127, 255, 255, 0.75);
    				border: 0px;
    				padding: 5px 10px;
    				cursor: pointer;
    			}
    
    			button:hover {
    				background-color: rgba(0, 255, 255, 0.5);
    			}
    
    			button:active {
    				color: #000000;
    				background-color: rgba(0, 255, 255, 0.75);
    			}
    		</style>
    	</head>
    	<body>
    		<script src="js/three.min.js"></script>
    		<script src="js/tween.min.js"></script>
    		<script src="js/TrackballControls.js"></script>
    		<script src="js/CSS3DRenderer.js"></script>
    
    		<div id="container"></div>
    		<div id="info">3D-元素周期表</div>
    		<div id="menu">
    			<button id="table">表面</button>
    			<button id="sphere">球体</button>
    			<button id="helix">螺旋</button>
    			<button id="grid">网格</button>
    		</div>
    
    		<script>
    			//这里是定义table元素放入展示的内容,在后面再对table进行解析
    			var table = [
    				"H", "飞翔的企鹅", "1.00794", 1, 1,
    				"He", "Helium", "4.002602", 18, 1,
    				"Li", "Lithium", "#6.941", 1, 2,
    				"Be", "Beryllium", "9.012182", 2, 2,
    				"B", "Boron", "#10.811", 13, 2,
    				"C", "Carbon", "#12.0107", 14, 2,
    				"N", "Nitrogen", "#14.0067", 15, 2,
    				"O", "Oxygen", "#15.9994", 16, 2,
    				"F", "Fluorine", "18.9984032", 17, 2,
    				"Ne", "Neon", "#20.1797", 18, 2,
    				"Na", "Sodium", "22.98976...", 1, 3,
    				"Mg", "Magnesium", "#24.305", 2, 3,
    				"Al", "Aluminium", "26.9815386", 13, 3,
    				"Si", "Silicon", "#28.0855", 14, 3,
    				"P", "Phosphorus", "30.973762", 15, 3,
    				"S", "Sulfur", "#32.065", 16, 3,
    				"Cl", "Chlorine", "#35.453", 17, 3,
    				"Ar", "Argon", "#39.948", 18, 3,
    				"K", "Potassium", "#39.948", 1, 4,
    				"Ca", "Calcium", "#40.078", 2, 4,
    				"Sc", "Scandium", "44.955912", 3, 4,
    				"Ti", "Titanium", "#47.867", 4, 4,
    				"V", "Vanadium", "#50.9415", 5, 4,
    				"Cr", "Chromium", "#51.9961", 6, 4,
    				"Mn", "Manganese", "54.938045", 7, 4,
    				"Fe", "Iron", "#55.845", 8, 4,
    				"Co", "Cobalt", "58.933195", 9, 4,
    				"Ni", "Nickel", "#58.6934", 10, 4,
    				"Cu", "Copper", "#63.546", 11, 4,
    				"Zn",
    Found 2024-06-02 by HttpPlugin
    Create report
douclash.doushequ.cn
CN:
douclash.doushequ.cn
Key:
ECDSA-256
Issuer:
E6
Not before:
2024-06-15 18:00
Not after:
2024-09-13 18:00
douclash.doushequ.cn
CN:
douclash.doushequ.cn
Key:
ECDSA-256
Issuer:
R3
Not before:
2024-04-13 18:00
Not after:
2024-07-12 18:00
Domain summary
IP summary