mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
35 lines
966 B
HTML
35 lines
966 B
HTML
---
|
|
common-css:
|
|
- "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
|
- "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css"
|
|
- "https://deanattali.com/css/main.css"
|
|
common-ext-css:
|
|
- "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
|
|
common-googlefonts:
|
|
- "Lora:400,700,400italic,700italic"
|
|
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
|
|
common-js:
|
|
- "https://code.jquery.com/jquery-1.12.4.min.js"
|
|
- "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
|
|
- "https://deanattali.com/js/main.js"
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!-- Beautiful Jekyll | MIT license | Copyright Dean Attali 2016 -->
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include gtm_body.html %}
|
|
|
|
{% include nav.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include footer-scripts.html %}
|
|
|
|
</body>
|
|
</html>
|