You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.6 KiB
62 lines
1.6 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Customization Content Tokens</title> |
|
<meta http-equiv="cache-control" |
|
content="max-age=0" /> |
|
<meta http-equiv="cache-control" |
|
content="no-store" /> |
|
<meta http-equiv="expires" |
|
content="-1" /> |
|
<meta http-equiv="expires" |
|
content="Tue, 01 Jan 1980 1:00:00 GMT" /> |
|
<meta http-equiv="pragma" |
|
content="no-cache" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<!--meta http-equiv="refresh" content="300" />--> <!--Refresh each 5s--> |
|
<meta charset="utf-8" /> |
|
<style type="text/css"> |
|
|
|
body { |
|
color: black; |
|
background-color: #ffffff |
|
} |
|
|
|
.content { |
|
max-width: 650px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
/*margin: auto;*/ |
|
} |
|
|
|
.text_title { |
|
font-family: Arial; |
|
font-weight: bold; |
|
max-width: 650px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
|
|
th { |
|
font-family: Arial; |
|
font-weight: lighter; |
|
} |
|
</style> |
|
</head> |
|
|
|
<body> |
|
<div class="text_title">Token usage:</div> |
|
<br> |
|
<div class="content"> |
|
<table style="width:60%" class="center"> |
|
<tr> |
|
<td><|hextoint|></td> |
|
<td>Combination of zone detection(Zone 1:hex 1 ,Zone 2:hex 2 ,Zone 3:hex 4 ,... ,Zone 8: hex 128)</td> |
|
</tr> |
|
</table> |
|
</div> |
|
</body> |
|
</html>
|
|
|