Qu'affiche le programme suivant ?
function f() {
<!DOCTYPE html> | |
<html> | |
<body> | |
<style> | |
body { | |
font: 12px sans-serif; | |
} | |
div { |
# Description: Boxstarter Script | |
# Author: Jean-Louis Jouannic <[email protected]> | |
# Last Updated: 2022-09-26 | |
# Tested on: Windows 10 Professional 64 bits v21H2 | |
# | |
# Install Boxstarter from an _elevated_ PowerShell session: | |
# > Set-ExecutionPolicy RemoteSigned -Scope Process -Force; . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# Run this Boxstarter script by calling the following from the Boxstarter shell: | |
# |