Close

Making Changes to CC3200 Web Page

A project log for Internet-of-things with CC3200 Dev Board

Internet-of-things with CC3200 development board or my new wireless Thingamajiggy.

romanRoman 03/20/2016 at 17:351 Comment

I am learning HTML, CSS, and JavaScript as I go with the project. I have made a couple of simple changes to the original front page :).

The site is still working, I haven't broken it yet. You can find the site code in zip format here.

I have changed the title, and inserted two images.

<title>Thingamajiggy</title>
</head>
<body>
<img src="images/hackaday.png" alt="Doc" style="width:50px;height:50px;">

Thingamajiggy is the new title, there is a hackaday image at the top and I placed my image with a link to the demos page at the bottom of the page


<style>
.center {
    margin: auto;
    width: 90%;
    border: 0px solid #73AD21;
    padding: 1px;
}
</style>
<div class="center">
<a href="demos.html">
	<img src="images/mads.png" alt="Doc" style="width:150px;height:150px;">  
</a>

I use Eclipse for JavaScript to work on the changes to the site.

Discussions

Prachi Patil wrote 05/25/2017 at 04:25 point

Hello,I want to make a customized webpage for CC3200. The webpage should be able to configure the SSID and password for cc3200 (when it is in AP-mode) and channel number (when it is in sniffer mode).Also I want add some images to it.I would appreciate if you could help to accomplish the above.

Thanks in advance.

  Are you sure? yes | no