mirror of
https://github.com/wordshub/free-font.git
synced 2026-08-02 11:55:13 +08:00
8 lines
394 B
JavaScript
8 lines
394 B
JavaScript
document.writeln("<div class=\"navbar-header\">");
|
|
document.writeln(" <div class=\"logo\">");
|
|
document.writeln(" <a href=\"index.html\"> <div> <\/div><\/a>");
|
|
document.writeln(" <\/div>");
|
|
document.writeln("<div class=\"logo-bottom-bordered\"><\/div>")
|
|
document.writeln("<\/div>");
|
|
document.writeln("<div id=\"main-nav\" class=\"navbar-collapse collapse\">");
|
|
document.writeln("<\/div>"); |