We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fcc99 commit dc11eaaCopy full SHA for dc11eaa
consistency_hash/index.html
@@ -36,13 +36,28 @@
36
width: 300px;
37
margin: 20px auto;
38
}
39
+
40
+ input{
41
+ width: 300px;
42
+ height: 30px;
43
+ }
44
45
+ #addserver,#addkey{
46
+ width: 100px;
47
+ height: 40px;
48
49
50
+ body{
51
+ text-align: center;
52
53
</style>
54
</head>
55
<body>
56
+<div id="div1"></div>
57
58
<input type="text" id="serverval"><input type="button" id="addserver" value="addserver">
59
<br>
60
61
<input type="text" id="keyval"><input type="button" id="addkey" value="addkey">
-<div id="div1"></div>
62
</body>
63
</html>
0 commit comments