Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 2995a32

Browse files
committed
add "return to IO" link to header
1 parent 79aceea commit 2995a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,17 @@
5757
text-decoration: none;
5858
font-family: 'Proxima Nova', Helvetica, sans;
5959
}
60+
61+
#links_container .return {
62+
color: white;
63+
}
6064
</style>
6165
</head>
6266

6367
<body>
6468
<nav>
6569
<ul id="links_container">
70+
<li><a href="https://io.adafruit.com" class="return">&#8249; Return to Adafruit IO</a></li>
6671
<li><a href="https://learn.adafruit.com/welcome-to-adafruit-io/mqtt-api-documentation-2" target="_blank">MQTT API</a></li>
6772
</ul>
6873
</nav>

0 commit comments

Comments
 (0)