Skip to content

Commit cd6e1ff

Browse files
committed
添加测试数据
1 parent dc11eaa commit cd6e1ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

consistency_hash/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
body{
5151
text-align: center;
5252
}
53+
54+
a{
55+
color: white;
56+
font-size:18px;
57+
}
5358
</style>
5459
</head>
5560
<body>
@@ -59,5 +64,8 @@
5964
<br>
6065
<br>
6166
<input type="text" id="keyval"><input type="button" id="addkey" value="addkey">
67+
<br>
68+
<br>
69+
<a href="https://github.com/wjcgithub/php_hashTable" target="_blank">源代码(期待您的贡献)</a>
6270
</body>
6371
</html>

0 commit comments

Comments
 (0)