github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/fish_client/public/index.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>FishNet</title> 5 </head> 6 <body> 7 <!-- mount point for the Mithril JS app --> 8 <div id="app"></div> 9 10 <!-- mount point for any Bootstrap modals --> 11 <div id="modal-container"></div> 12 13 <!-- mount hidden download links --> 14 <div id="download-container"></div> 15 16 <script src="dist/bundle.js"></script> 17 </body> 18 </html>