UNPKG

coc-nasm

Version:

This is the snippets and autocompletions for Netwide Assembler language in coc.nvim

57 lines (53 loc) 2.06 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <!--link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <script src="{{ url_for('static', filename='bridge.js') }}"></script> <script src="{{ url_for('static', filename='frontend.js') }}"></script--> <link rel="stylesheet" href="style.css"> <link rel="icon" href="coc-nasm-favison.svg" sizes="48x48"> <script src="bridge.js"></script> <!--link rel="shortcut icon" href="favicon.ico" type="image/x-icon"--> <title>Home</title> </head> <body id="bodie"> <header> <div id="menubox"> <nav> <ul> <li><button id="light">Change background</button></li> <br> <li><a href="index.html"><img src="coc-nasm-favison.svg" /></a></li> <li><a href="installation_for_coc.html">Installation (CoC)</a></li> <li><a href="installation_for_nvim.html">Installation (Neovim plugins)</a></li> <li><a href="snippets.html">Snippets</a></li> <li><a href="completions.html">Completions</a></li> <li><a href="see_also.html">See also</a></li> </ul> </nav> </div> </header> <main> <section id="introduction"> <h1 id="testtitle">Homepage</h1> <script src="frontend.js"></script> </section> <section id="introuser"> <p id="introtitle">👋 Welcome to who5673's website for plugins</p> <img src="coc-nasm-favison.svg" width="400" height="400" style="margin-left: 100px;"> </section> <section id="updates"> </section> </main> <footer> <section> <hr> <p style="font-family: sans-serif;">Copyright &copy; 2025 July by who5673. All rights served.</p> <h1 style="font-family: sans-serif;">LICENSE</h1> <a style="font-weight: 400; font-family: Arial, Helvetica, sans-serif;" href="../LICENSE">MIT</a> </section> </footer> </body> </html>