<script>
import { openBrowser, openComponent } from "doc/PX2018/project_2/utils.js"
</script>
<link rel="stylesheet" type="text/css" href="doc/PX2018/project_2/utils.css">

# Difference index.html index.md
- In the html file it is easier to manipulate the surrounding component, because of the this binding

# lively.files.tempfile()
- Returns a unique file name for a file that will be temporally available under the returned URL
- Can be used to upload scripts to load them as modules
- see [files](browse://src/client/files.js)




