Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1028277 // hAddToHeadAndBody - insert stuff in <head> and <body>

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2686L/17K).

sS hAddToHeadAndBody(S html, S headStuff, S bodyStuff) {
  ret hAddToBody(hAddToHead(html, headStuff), bodyStuff);
}

Author comment

Began life as a copy of #1008417

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028277
Snippet name: hAddToHeadAndBody - insert stuff in <head> and <body>
Eternal ID of this version: #1028277/1
Text MD5: 16dac4ac643d7cc3284cf10f7c46d20b
Transpilation MD5: 67affe54b20251b2947257d8894bba7d
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-05 16:59:43
Source code size: 118 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 93 / 150
Referenced in: [show references]