mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
22 lines
857 B
HTML
22 lines
857 B
HTML
<footer class="foot wrap">
|
|
<hr/>
|
|
<p>
|
|
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
|
|
SQL style guide
|
|
</span> by
|
|
<a xmlns:cc="http://creativecommons.org/ns#"
|
|
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&utm_medium=link&utm_campaign=footer-licence"
|
|
property="cc:attributionName"
|
|
rel="cc:attributionURL">
|
|
Simon Holywell
|
|
</a> is licensed under a
|
|
<a rel="license"
|
|
href="http://creativecommons.org/licenses/by-sa/4.0/">
|
|
Creative CommonsAttribution-ShareAlike 4.0 International License</a>.
|
|
<br />Based on a work at
|
|
<a xmlns:dct="http://purl.org/dc/terms/"
|
|
href="{{ site.url }}"
|
|
rel="dct:source">
|
|
{{ site.url }}</a>.
|
|
</p>
|
|
</footer>
|