💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
https://cdn.bootcss.com/bulma/0.7.5/css/bulma.min.css 英文文档<https://bulma.io/documentation/> 中文<http://lqzh.me/bulma-docs-cn/documentation/overview/start/> `npm install bulma` ~~~ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hello Bulma!</title> <link rel="stylesheet" href="https://cdn.bootcss.com/bulma/0.7.5/css/bulma.min.css"> <script defer src="https://cdn.bootcss.com/font-awesome/5.8.2/js/all.min.js"></script> </head> <body> <section class="section"> <div class="container"> <h1 class="title"> Hello World </h1> <p class="subtitle"> My first website with <strong>Bulma</strong>! </p> </div> </section> </body> </html> ~~~