You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<!DOCTYPE html>
< html lang = "en-US" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=yes" / >
< title > welcome to *name*< / title >
< link rel = "stylesheet" href = "index.css" >
< / head >
< body >
< div class = "introtext" >
welcome to *name*, in this story you will be someone called < form > < input type = "text" placeholder = "enter you name" id = "player_name" name = "player_name" > < / form > .< br >
You will look like
< form id = "avatar_form" >
< input type = "radio" id = "player1" name = "player_avatar" value = "imgs/dog1.gif" >
< label for = "player1" > < img id = "player_img_1" src = "imgs/dog1.gif" width = "100px" > < / label >
or like
< input type = "radio" id = "player2" name = "player_avatar" value = "imgs/dog2.gif" >
< label for = "player2" > < img id = "player_img_2" src = "imgs/dog2.gif" width = "100px" > < / label > < br >
< / form >
< form action = "0_start.html" >
< input type = "submit" value = "start" > < / form >
< / div >
< script src = "jquery.min.js" > < / script >
< script type = "text/javascript" src = "index.js" > < / script >
< / body >