File: 1252.js

package info (click to toggle)
web-mode 17.3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: lisp: 13,359; javascript: 506; jsp: 113; sh: 10; php: 9; makefile: 8; xml: 2
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
function getHTML(div){
  const html = `<style>div { background: black; }</style> <div>${div}</div>`;
  return html;
}