2022-10-24 03:46:46 +00:00
<!DOCTYPE html>
< html lang = "en-au" >
< head >
< style >
body {
background-color: #9D9A99;
}
< / style >
< link rel = "stylesheet" type = "text/css" href = "template.css" >
< title > Contact TipToe Soles< / title >
< meta charset = "UTF-8" >
2022-11-20 22:59:21 +00:00
< img src = "assets/TipToe_Soles_Logo_colour.jpg" alt = "The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
2022-10-25 23:33:09 +00:00
width="300"
height="300">
2022-11-01 23:19:52 +00:00
< div class = "topnav" >
< a class = "active" href = "index.html" > Home< / a >
2022-11-20 22:59:21 +00:00
< a href = "contactus.html" > Contact Us< / a >
2022-11-01 23:19:52 +00:00
< a href = "aboutus.html" > About< / a >
< a href = "payments.html" > Payments< / a >
< a href = "Products.html" > Products< / a >
2022-11-20 22:59:21 +00:00
< a href = "policies.html" > Policies< / a >
2022-11-01 23:19:52 +00:00
< / head >
2022-10-24 03:59:03 +00:00
2022-11-01 23:19:52 +00:00
< body >
2022-10-24 03:59:03 +00:00
2022-10-25 23:14:17 +00:00
< p1 > Please feel free to contact customer service regarding any issues with your order, refunds or other general questions at the following information below:< / p >
2022-10-24 03:59:03 +00:00
2022-10-25 23:19:57 +00:00
< p > Street Address:< / p >
< p > 322 Avondale Road< / p >
< p > Enfield NSW 2133< / p >
2022-10-31 00:52:39 +00:00
< iframe src = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6623.971684053022!2d151.08706688324895!3d-33.89001846887294!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12bae2c4b04c55%3A0x5017d681632b660!2sEnfield%20NSW%202136!5e0!3m2!1sen!2sau!4v1667177265314!5m2!1sen!2sau" width = "600" height = "450" style = "border:0;" allowfullscreen = "" loading = "lazy" referrerpolicy = "no-referrer-when-downgrade" > < / iframe >
2022-10-24 03:59:03 +00:00
2022-10-25 23:19:57 +00:00
< p > Customer Service:< / p >
< p > Telephone: 02 9210 5000< / p >
< p > Email us at: TipToeShoes@gmail.com< / p >
2022-10-24 03:59:03 +00:00
2022-11-20 22:59:21 +00:00
< div class = "container" >
< form action = "action_page.html" >
< label for = "fname" > First Name< / label >
< input type = "text" id = "fname" name = "firstname" placeholder = "Your first name..." >
< label for = "lname" > Last Name< / label >
< input type = "text" id = "lname" name = "lastname" placeholder = "Your last name.." >
< label for = "country" > Country< / label >
< select id = "country" name = "country" >
< option value = "australia" > Australia< / option >
< option value = "canada" > Canada< / option >
< option value = "usa" > USA< / option >
< / select >
< label for = "subject" > Subject< / label >
< textarea id = "subject" name = "subject" placeholder = "Write something.." style = "height:200px" > < / textarea >
< input type = "submit" value = "Submit" >
< / form >
< / div >
2022-11-01 23:19:52 +00:00
< / body >
2022-10-24 03:46:46 +00:00