mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-08 23:03:03 -08:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="main-wrapper">
|
|
|
|
<div class="body-content">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<div class="ga-skscrpr">
|
|
<!--<div style="position:absolute;left:1000px;background-color:#fff;border:1px solid black;">-->
|
|
<div class="ga-skscrpr-text">ADVERTISEMENT <a href="/2013/05/30/why-a-free-web-needs-advertising/"><i class="fa fa-info-circle"></i></a></div>
|
|
<div class="ga-skscrpr-wrapper" style="background-color:#fff;border:10px solid #3d3d3d;">
|
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<!-- Skyscraper Responsive -->
|
|
<ins class="adsbygoogle"
|
|
style="display:block"
|
|
data-ad-client="ca-pub-8484846442376136"
|
|
data-ad-slot="7992105487"
|
|
data-ad-format="auto"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
</html>
|