| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Art Number Coloring</title>
- <link rel="stylesheet" href="./reset.css">
- <link rel="stylesheet" href="./main.css">
- <link rel="shortcut icon" href="./favicon.ico">
- </head>
- <body>
- <header class="header">
- <div class="header-container">
- <div class="logo">Art Number Coloring</div>
- <div class="logo-name">Art Number Coloring</div>
- <div class="header-link">
- <a href="https://www.facebook.com/artnumbercoloring/" class="link-fb"></a>
- <a href="mailto:ares.nju@gmail.com" class="link-email"></a>
- </div>
- </div>
- </header>
- <div class="container">
- <section class="section-main clearfix">
- <div class="left">
- <div class="title">Enjoy the Fun of Number Coloring!</div>
- <div class="content" style="margin-top: 40px;">
- 🎨 Art Number Coloring - Color by Number 🎨 is one of the best paint by number coloring book with various categories of coloring pages. Coloring Pages are update everyday, you can always find images suite to you. It is 💯 Free! We offer this free coloring book as a color therapy to release your stress. Share your artworks to your friends and color anytime & anywhere.
- </div>
- <div class="content" style="margin-top: 90px;">Use it on your phone or tablet.</div>
- <div class="store-link">
- <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118" class="appstore"></a>
- <a target="_blank" href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number" class="googleplay"></a>
- </div>
- <div class="content" style="margin-top: 90px;">Or visit our website:.</div>
- <div class="store-link">
- <a target="_blank" href="https://art.pcoloring.com" class="website"></a>
- </div>
- </div>
- <div class="right"></div>
- </section>
- <footer class="footer">
- <div class="line"></div>
- <ul class="footer-nav">
- <li>Follow us on
- <a class="icon-blue-fb" href="https://www.facebook.com/artnumbercoloring/"></a>
- </li>
- <li>
- <a href="/color_number_policy.html">Privacy Policy</a>
- </li>
- <li>
- <a href="mailto:ares.nju@gmail.com">Contact us</a>
- </li>
- </ul>
- <div class="store-link">
- <a target="_blank" href="https://apps.apple.com/gb/app/art-number-coloring-book/id1575480118" class="appstore"></a>
- <a target="_blank" href="https://play.google.com/store/apps/details?id=com.pcoloring.art.puzzle.color.by.number" class="googleplay"></a>
-
- </div>
- <div class="copyright">
- Copyright © Art Number Coloring
- </div>
- </footer>
- </div>
- </body>
- </html>
|