Creating a Custom Web Page
I am trying to learn how to create a custom web page by using the example interface that was provided, but I am a little confused by what is actually necessary. I have attempted to create a simple one page interface with a single button on it, but so far no luck. Just for laughs, I have attached is my wreck of a try. html.zip
Could someone provide a very simple example of web interface? Just something that has a button or two to turn a constellation figure or label on and/ or off?
Also maybe a brief explanation of the various parts that should be included with each new design.
Kundesupport af UserEcho
Just a couple more questions . . . for now.
I copied the text below into a document and saved it as WebGUI.html, but when I tried to open it in the Profile GUI it could not find it. I see that the example one has an index.html as does the one that Dan Tell asked about. If I have just a single page interface, it needs called index.html correct?
Since I am really new to web design, can you explain the benefit of using the Angular stuff that is in the example? It seems really complicated if you just want a single page interface.
Thanks again.
In my example there is no angular present, just html and javascript. I suggest you start by getting familiar with that. Angular is a more advanced javascript toolset to help you write powerful webpages.