Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8294ee7d4c
|
@@ -2684,8 +2684,8 @@ input, select, textarea {
|
||||
|
||||
#main > section {
|
||||
border-top: solid 2px #efefef;
|
||||
margin: 4em 0 0 0;
|
||||
padding: 4em 0 0 0;
|
||||
margin: 0;
|
||||
padding: 2em 0 0 0;
|
||||
}
|
||||
|
||||
#main > section:first-child {
|
||||
|
||||
18
index.html
18
index.html
@@ -56,6 +56,22 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Three -->
|
||||
<section id="three">
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Object Identifier</h2>
|
||||
<p>Object Identifier (OID) is an identifier mechanism standardized by the International Telecommunication Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name.</p>
|
||||
<p>The Internet Assigned Numbers Authority (IANA) has assigned me an arc.</p>
|
||||
<p>The OID prefix is <b>1.3.6.1.4.1.63420</b>.</p>
|
||||
<ul class="actions">
|
||||
<li><a href="https://repo.zhanganjun.com/OID/OID_Assignment_v1_0.pdf" class="button icon solid fa-download">OID Assignment PDF</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<div class="inner">
|
||||
@@ -67,7 +83,7 @@
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> Zhang Anjun. All rights reserved.</li>
|
||||
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.10">v3.10</a></li>
|
||||
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.11">v3.11</a></li>
|
||||
<li><a href="https://zaj.statuspage.io/">System Status</a></li>
|
||||
<li><img src="https://static.zhanganjun.com/common/beian.png" style="width:16px;"/><a href="https://beian.mps.gov.cn/#/query/webSearch?code=11010802045392" rel="noreferrer" target="_blank">京公网安备11010802045392号</a></li>
|
||||
<li><a href="https://beian.miit.gov.cn" target="_blank">京ICP备2025105392号-2</a></li>
|
||||
|
||||
Reference in New Issue
Block a user