ElliotPenson / fractal.parts

❄️ build and view fractals
https://fractal.parts
MIT License
23 stars 1 forks source link

Connect API: Fractal Viewer #33

Closed ElliotPenson closed 5 years ago

ElliotPenson commented 5 years ago

When the user navigates to fractal.parts/</em>, the site should <code>GET /fractals/<title></code>. If the fractal is found, render the attractor. If the fractal is not found, display a 404 page.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/ElliotPenson"><img src="https://avatars.githubusercontent.com/u/3412901?v=4" />ElliotPenson</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Rough version done in 7451f58.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>